freeCodeCamp/client/src/head/scripts.js
Stuart Taylor dbfab5b118 chore: Port over mission statement and gtag (#34262)
- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.


Closes #18184
2018-11-09 21:21:50 +05:30

11 lines
169 B
JavaScript

import React from 'react';
const scripts = [
<script
async=''
src='https://www.googletagmanager.com/gtag/js?id=AW-795617839'
/>
];
export default scripts;