Skip to content

Commit

Permalink
Merge pull request #212 from boostcampwm-2021/feature/231129-깃-테스트
Browse files Browse the repository at this point in the history
Feat: 테스트
  • Loading branch information
jyh0521 authored Nov 29, 2023
2 parents 74af35f + bbbf52a commit f38b607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Lobby = lazy(() => import('./pages/LobbyPage'));
const Game = lazy(() => import('./pages/GamePage'));
const Ranking = lazy(() => import('./pages/RankingPage'));
const Error = lazy(() => import('./pages/ErrorPage'));

// asdasd
function App() {
let { auth } = useAuth();
const dispatch = useAppDispatch();
Expand Down

0 comments on commit f38b607

Please sign in to comment.