Skip to content

Commit

Permalink
feat: Index.tsx 수정 (CC-135)
Browse files Browse the repository at this point in the history
  • Loading branch information
minani-0621 committed Aug 12, 2024
1 parent 73c2aaf commit 0a06a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Caecae/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import EventInfoLandingPage from "./pages/EventInfoLanding/EventInfoLandingPage.
import FindingGameLandingPage from "./pages/FindingGameLanding/FindingGameLandingPage.tsx";
import RacingGameLandingPage from "./pages/RacingGameLanding/RacingGameLandingPage.tsx";
import FindingGamePage from "./pages/FindingGame/FindingGamePage.tsx";
import RacingGame from "./components/RacingGame/RacingGame.tsx";
import RacingGamePage from "./pages/RacingGame/RacingGamePage.tsx";

// 임시 React component
const App = () => {
Expand All @@ -20,7 +20,7 @@ const App = () => {
path="/findcaspergame#010643431936"
element={<FindingGamePage />}
/>
<Route path="/racecaspergame" element={<RacingGame />} />
<Route path="/racecaspergame" element={<RacingGamePage />} />
</Routes>
</Router>
</div>
Expand Down

0 comments on commit 0a06a68

Please sign in to comment.