Skip to content

Commit

Permalink
chore: 불필요한 라우트 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongveloper committed Apr 8, 2024
1 parent c15c7f5 commit 82fb040
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/router/router.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { createBrowserRouter } from "react-router-dom";

import { QuestionPage } from "~/pages/question";
import { QuestionDetailPage } from "~/pages/question-detail-page/question-detail-page";
import QuestionWritePage from "~/pages/question/question-write.page";
import { ReumiPage } from "~/pages/reumi";
Expand All @@ -20,7 +19,6 @@ export const router = createBrowserRouter([
path: ROUTE.questionDetail,
element: <QuestionDetailPage />,
},
{ path: ROUTE.question, element: <QuestionPage /> },
{ path: ROUTE.questionWrite, element: <QuestionWritePage /> },
{ path: ROUTE.reumi, element: <ReumiPage /> },
],
Expand Down

0 comments on commit 82fb040

Please sign in to comment.