Skip to content

Commit

Permalink
Remove: 여정 미사용 컴포넌트 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
suehub committed Jan 27, 2024
1 parent cc06f52 commit 0973b89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/pages/plan/planPlaceSearch.page.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/router/socketRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Route, Routes } from 'react-router-dom';
import { useSocket, socketContext } from '@hooks/useSocket';
import PlanTrip from '@pages/plan/planTrip.page';
import { PlanAddPlace } from '@components/addToList/addToOurPlace/PlanAddPlace.page';
import PlanPlaceSearch from '@pages/plan/planPlaceSearch.page';
import Trip from '@pages/trip/trip.page';
import MainLayout from './routerLayout';
import Share from '@pages/share/share.page';
Expand All @@ -16,7 +15,6 @@ const SocketRoutes = () => {
<Routes>
<Route path="/" element={<PlanTrip />} />
<Route path="/place" element={<PlanAddPlace />} />
<Route path="/place/search" element={<PlanPlaceSearch />} />
</Routes>
</socketContext.Provider>
);
Expand Down

0 comments on commit 0973b89

Please sign in to comment.