Skip to content

Commit

Permalink
Merge pull request #44 from pepero-1/feature/#3
Browse files Browse the repository at this point in the history
Feature/#3 게임 시작 소켓 연결 진행중
  • Loading branch information
2YH02 authored Nov 15, 2023
2 parents 8b25f91 + 4e0e96b commit 0db9393
Show file tree
Hide file tree
Showing 8 changed files with 314 additions and 370 deletions.
336 changes: 0 additions & 336 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import AdminMain from "./pages/Main/user";
import Login from "./pages/Login";
import Example from "./pages/Example";
import Game from "./pages/Game";
import Keyword from "./components/Game/Keyword";
import GameLists from "./components/Main/GameLists";

const App = () => {
Expand All @@ -14,7 +13,6 @@ const App = () => {
<Route path="/main" element={<AdminMain />} />
<Route path="/game" element={<Game />} />
<Route path="/example" element={<Example />} />
<Route path="/keyword" element={<Keyword />} />
<Route path="/gameLists" element={<GameLists />} />
</Routes>
</>
Expand Down
Loading

0 comments on commit 0db9393

Please sign in to comment.