Google Analytics enabled

This commit is contained in:
2020-10-29 19:11:53 +01:00
parent 15fb6f5491
commit ae5cd20af0
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
import React from "react";
import ReactGA from "react-ga";
import ReactDOM from "react-dom";
import { Provider } from "react-redux";
import "./index.scss";
@@ -13,9 +12,6 @@ import rootReducer from "./reducers";
const history = createBrowserHistory();
ReactGA.initialize("G-SHB9LXPWWM");
ReactGA.pageview("/");
const store = createStore(
rootReducer(history),
compose(