All source code lives under ./src
.
- All React components are stored in ./src/components/.
- Simple components:
- Use a single file named after the component. Example: MyComponent.tsx exports the MyComponent component.
- One exported component per .tsx file.