mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-10 10:01:51 -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;
|