Skip to content

Commit

Permalink
HOTFIX: GamePage 이전 버전 삭제 및 최신 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Sep 21, 2024
1 parent df20de6 commit ee7d51e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions frontend/src/pages/GamePage.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/src/router.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { createBrowserRouter } from 'react-router-dom';
import GlobalLayout from './layout/GlobalLayout';
import MainPage from './pages/MainPage';
import GamePage from './pages/GamePage';
import LoginPage from './pages/LoginPage/LoginPage';
import CreatePage from './pages/CreatePage/CreatePage';
import GamePage from './pages/GamePage/GamePage';

export const router = createBrowserRouter([
{
Expand Down

0 comments on commit ee7d51e

Please sign in to comment.