Skip to content

Commit

Permalink
fix: /boostcamp 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
esthel7 committed Dec 11, 2023
1 parent 8842885 commit 4bb8e0a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 205 deletions.
1 change: 0 additions & 1 deletion front/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const App = () => {
}
/>

<Route path="/boostcamp" element={<Pages.Boostcamp />} />
<Route path="*" element={<Pages.Wrong />} />
</Routes>
</BrowserRouter>
Expand Down
137 changes: 0 additions & 137 deletions front/src/pages/Boostcamp/Boostcamp.tsx

This file was deleted.

57 changes: 0 additions & 57 deletions front/src/pages/Boostcamp/BoostcampProject.tsx

This file was deleted.

1 change: 0 additions & 1 deletion front/src/pages/Boostcamp/index.tsx

This file was deleted.

8 changes: 0 additions & 8 deletions front/src/pages/Main/MenuModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ const MenuModal = (props: ModalProps) => {
navigate('/make/snowball');
};

const viewBoostcamp = () => {
navigate('/boostcamp');
};

return (
<>
{toast ? (
Expand All @@ -102,10 +98,6 @@ const MenuModal = (props: ModalProps) => {
새로운 스노우볼 만들러 가기
</StyledSection>

<StyledSection onClick={viewBoostcamp}>
부스트캠프 다른 프로젝트 구경하기
</StyledSection>

<StyledLogout onClick={logout}>로그아웃</StyledLogout>
<hr />

Expand Down
1 change: 0 additions & 1 deletion front/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ export { Visit, Deco } from './Visit';
export { Nickname, Snowball } from './Make';
export { Main } from './Main';
export { Wrong } from './Wrong';
export { Boostcamp } from './Boostcamp';

0 comments on commit 4bb8e0a

Please sign in to comment.