Skip to content

Commit

Permalink
Merge pull request #184 from 100-hours-a-week/dev
Browse files Browse the repository at this point in the history
Main <- Dev
  • Loading branch information
lucy726j authored Sep 3, 2024
2 parents 2ccba7c + c310a73 commit 70aa154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ const Router = () => {
)}
<Route path="/auth/callback" element={<CallBackPage />} />
<Route path="/error" element={<ErrorPage />} />
</Routes>
<Routes>

<Route path="/game" element={<SkrrrGamePage />} />
<Route path="/play/:year" element={<PlayPage />} />
<Route path="/info/:year" element={<InfoPage />} />
Expand All @@ -50,6 +49,7 @@ const Router = () => {
<Route path="/gameStocks" element={<GameStocks />} />
<Route path="/rank" element={<Rank />} />
</Routes>
{/* <Routes></Routes> */}
</Layout>
</BrowserRouter>
);
Expand Down

0 comments on commit 70aa154

Please sign in to comment.