Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
임시라우팅 삭제
  • Loading branch information
joanShim authored Nov 9, 2023
1 parent 18d8af2 commit cdf62a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ const App = () => {
<Route path="/main" element={<AdminMain />} />
<Route path="/game" element={<Game />} />
<Route path="/example" element={<Example />} />
{/* Game 임시라우팅입니다 */}
<Route path="/game" element={<Game />} />
</Routes>
</>
);
Expand Down

0 comments on commit cdf62a6

Please sign in to comment.