mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
- [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
11 lines
169 B
JavaScript
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;
|