refactor: organize pages into folders
This commit is contained in:
@@ -27,8 +27,8 @@ git pull --ff-only origin main
|
||||
|
||||
Use the existing structure:
|
||||
|
||||
- Public pages: `src/pages/`
|
||||
- Admin pages: `src/pages/admin/`
|
||||
- Public pages: `src/pages/<PageName>/index.tsx`
|
||||
- Admin pages: `src/pages/admin/<PageName>/index.tsx`
|
||||
- Shared components: `src/components/`
|
||||
- API helpers/types: `src/api.ts`
|
||||
- Translations/copy: `src/i18n.tsx`
|
||||
|
||||
Reference in New Issue
Block a user