Skip to content

Commit

Permalink
Feat : 게임방 목록페이지 route 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
IAMISTP committed Nov 10, 2023
1 parent 8eb67ac commit 8c7bea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import AdminMain from "./pages/Main/user";
import Login from "./pages/Login";
import Example from "./pages/Example";
import Game from "./pages/Game";
import GameLists from "./components/Main/GameLists";

const App = () => {
return (
Expand All @@ -12,6 +13,7 @@ const App = () => {
<Route path="/main" element={<AdminMain />} />
<Route path="/game" element={<Game />} />
<Route path="/example" element={<Example />} />
<Route path="/gameLists" element={<GameLists />} />
</Routes>
</>
);
Expand Down
Binary file added src/assets/logo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c7bea8

Please sign in to comment.