Commit 9284441
authored
chore: add React component file structure conventions to CLAUDE.md (#16125)
## Summary
Adds guidance to CLAUDE.md for React/SCSS file organization. Each
component should have its own named folder with `index.tsx` and
`index.scss` rather than multiple `ComponentName.tsx` files sharing a
single `.scss` in one directory.1 parent a6735f3 commit 9284441
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
74 | 88 | | |
75 | 89 | | |
76 | 90 | | |
| |||
0 commit comments