Skip to content

Commit

Permalink
update: removal of madal from index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HeemahMuslad committed Jul 29, 2024
1 parent a4e7d5a commit 0026c19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ import App from "./App";
import reportWebVitals from "./reportWebVitals";
import { BrowserRouter as Router } from "react-router-dom";
import ReactGA from "react-ga4";
import Modal from "react-modal";

// Initialize Google Analytics
ReactGA.initialize(process.env.REACT_APP_G_TAG_ID);

// Set the app element for react-modal
Modal.setAppElement('#root');


const root = ReactDOM.createRoot(document.getElementById("root"));

Expand Down

0 comments on commit 0026c19

Please sign in to comment.