Skip to content

Commit

Permalink
Comment: #123 주석 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoonyesol committed Sep 18, 2024
1 parent e617bd6 commit eca8055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/MainRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function MainRouter() {
{
path: '/',
element: (
// ToDo: Intercepter 컴포넌트 적용 방식 리팩토링 고려
// ToDo: Interceptor 컴포넌트 적용 방식 리팩토링 고려
<Interceptor>
<AfterLoginRoute>
<ToastLayout>
Expand Down

0 comments on commit eca8055

Please sign in to comment.