refactor: organize pages into folders

This commit is contained in:
TerryM
2026-05-20 11:33:43 +08:00
parent e6bc212c4e
commit 353b387fbf
18 changed files with 79 additions and 79 deletions

View File

@@ -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`