Skip to content

Commit

Permalink
Fix index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RanjithKumarSeekolu committed Jan 24, 2024
1 parent bf21278 commit 7a5b446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
index.html,1690600409468,00519993ca464cfad4694ffd7b8572508be384d9a496f10deeda88729303b2b2
index.html,1706091253525,89f7e44cbb88df5de74866fe1f725b90706c20adac636dfea6807d29bc3f26a9
10 changes: 1 addition & 9 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
import React from "react";
import ReactDOM from "react-dom/client";
import ReactDOM from "react-dom";
import { appRouter } from "./src/App";
import { RouterProvider } from "react-router-dom";

import Tracker from "@openreplay/tracker";

const tracker = new Tracker({
projectKey: "0tpLjDvQF3XA3tAQAy7h",
});
tracker.start();
window.tracker = tracker;

const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(<RouterProvider router={appRouter} />);

0 comments on commit 7a5b446

Please sign in to comment.