mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-07 13:01:03 -04:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
import ReactGA from 'react-ga';
|
|
|
|
ReactGA.initialize('UA-55446531-10');
|
|
|
|
export default ReactGA;
|