Skip to content

Commit b829e23

Browse files
committed
refactor: 라우트 폴더 구조 통일
1 parent 7290a36 commit b829e23

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/routes.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ export default [
99
layout('layout/MainLayout.tsx', [
1010
index('routes/(main)/_index.tsx'),
1111

12-
// buy (main에서 추가됨)
13-
route('buy', 'routes/(main)/buy.tsx'),
14-
route('buy/:id', 'routes/(main)/buy.detail.tsx'),
12+
// buy
13+
route('buy', 'routes/(main)/buy/index.tsx'),
14+
route('buy/:id', 'routes/(main)/buy/detail.tsx'),
1515

1616
// sell
1717
route('sell', 'routes/(main)/sell/index.tsx'),

0 commit comments

Comments
 (0)