Skip to content

Commit

Permalink
feat: pages 계층 최상위 index 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
BangDori committed May 11, 2024
1 parent 06cdf0f commit 89857b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/routers/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createBrowserRouter, RouteObject } from 'react-router-dom';

import { FeedMainPage } from '@/pages/index.ts';
import { FeedMainPage } from '@/pages/feed-main';

import { IPhoneLayout } from '../layout';

Expand Down
1 change: 0 additions & 1 deletion src/pages/index.ts

This file was deleted.

0 comments on commit 89857b8

Please sign in to comment.