mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-04 17:01:16 -05:00
12 lines
236 B
JavaScript
12 lines
236 B
JavaScript
import React from 'react';
|
|
|
|
const scripts = [
|
|
<script
|
|
async=''
|
|
key='https://www.googletagmanager.com/gtag/js?id=AW-795617839'
|
|
src='https://www.googletagmanager.com/gtag/js?id=AW-795617839'
|
|
/>
|
|
];
|
|
|
|
export default scripts;
|