Commit 486d187
authored
Rename error-page.tsx to ErrorPage.tsx (#1497)
## Summary
- Renamed the route error component module from kebab-case
`error-page.tsx` to PascalCase `ErrorPage.tsx`, matching the rest of
`src/`.
- Updated the `main.tsx` import accordingly.
Closes #1492.
## Test plan
- [x] `pnpm lint` (ESLint / Prettier hooks pass on CI)
- [x] Open a route that renders the error boundary and confirm the page
still loads.
Made with [Cursor](https://cursor.com)2 files changed
Lines changed: 1 addition & 1 deletion
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments