Skip to content

Commit

Permalink
feat: 삭제된 페이지 라우팅 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
candosh committed Jan 2, 2024
1 parent b900fec commit dfa0384
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ import { CategoryPerformance } from "./pages/Browsing/Category/Performance";
import { CategoryPersonal } from "./pages/Browsing/Category/Personal";
import { CategoryYWT } from "./pages/Browsing/Category/YWT";
import { Subscribe } from "./pages/Subscribe";
import CompleteLanding from "./pages/Complete/CompleteLanding";

function App() {
return (
Expand Down Expand Up @@ -103,7 +102,6 @@ function App() {

<Route path="/attach-picture" element={<AttachPicture />} />
<Route path="/complete-writing/:id" element={<CompleteWriting />} />
<Route path="/complete-congrats" element={<CompleteLanding />} />

{/* browsing */}
<Route path="/browsing/popular" element={<Popular />} />
Expand Down

0 comments on commit dfa0384

Please sign in to comment.