Commit d66d4aa
authored
feat: move accounts pages to features/accounts module (#1396)
Relocates all files from frontend/src/pages/accounts/ to
frontend/src/features/accounts/pages/ and updates all imports.
- Update features/accounts/index.ts to export AccountsPage and AccountDetailPage
- Update App.tsx to import from @/features/accounts barrel
- Update payment-form-utils.ts cross-reference to use @/features/accounts/pages/account-form-utils
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>1 parent ada8af9 commit d66d4aa
19 files changed
Lines changed: 4 additions & 3 deletions
File tree
- frontend/src
- features/accounts
- pages
- pages/payments/dialogs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments