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