Commit 8e76bba
Fix import order error in App.js
Move basename const declaration after all imports to fix ESLint
import/first rule violation that was breaking the prod build.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a420ccc commit 8e76bba
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments