Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-police committed Aug 17, 2024
1 parent 6a6a912 commit 4b31887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<Router>
<Routes>
<Route path="/" element={<Main_Page/>}></Route>
<Route path="/" element={<MainPage/>}></Route>
</Routes>
</Router>
);
Expand Down

0 comments on commit 4b31887

Please sign in to comment.