uncomment analytics export

This commit is contained in:
2022-04-10 14:19:37 -04:00
parent 7402d5c6d5
commit 172d3f4672

View File

@@ -11,10 +11,9 @@ import AOS from 'aos';
import 'aos/dist/aos.css'; // You can also use <link> for styles
AOS.init();
// testing updater
function App() {
// ReactGA.initialize('G-E2V93W9CNV');
// ReactGA.pageview('Init page view');
ReactGA.initialize('G-E2V93W9CNV');
ReactGA.pageview('Init page view');
return (
<Router>