Skip to content

Commit

Permalink
trying to fix the bug (it's probaly from github cuz the website's wor…
Browse files Browse the repository at this point in the history
…k fine on my machine)
  • Loading branch information
nuexq committed May 3, 2024
1 parent 5b9ae36 commit 0b3d764
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ import { TicTacToe } from "./pages/TicTacToe";
function App() {
return (
<ThemeProvider defaultTheme="system" storageKey="ui-theme">

<Header />
<Routes>
<Route path="React-Projects">
<Route index element={<Header />} />
<Route index element={<Home />} />
{/* Accordion component */}
<Route path="accordion" element={<Accordion />} />
Expand Down

0 comments on commit 0b3d764

Please sign in to comment.