Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
subho004 committed Nov 20, 2023
1 parent 35e60b8 commit 9eb1f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const routes = [
];

const router = createBrowserRouter(routes);

//error in this file
ReactDOM.createRoot(document.getElementById("root")).render(
<React.StrictMode>
<App>
Expand Down

0 comments on commit 9eb1f6e

Please sign in to comment.