diff --git a/package-lock.json b/package-lock.json index 2803b86..3b066a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5922,4 +5922,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/src/main.jsx b/src/main.jsx index 54b39dd..46fec4a 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -2,6 +2,11 @@ import React from 'react' import ReactDOM from 'react-dom/client' import App from './App.jsx' import './index.css' +import ReactGA from "react-ga4" + + +const measurementID = "G-VWVCP2N7SS" +ReactGA.initialize(measurementID) ReactDOM.createRoot(document.getElementById('root')).render(