style: update project structure documentation for clarity

- Added clarification to the components section, specifying that React components are organized by domain for better understanding of project structure.
This commit is contained in:
Julien Froidefond
2025-09-16 09:08:00 +02:00
parent 470f3bfafd
commit 65abbc1454

View File

@@ -10,7 +10,7 @@ alwaysApply: true
2. Frontend: 2. Frontend:
- [clients/](mdc:clients/) - HTTP clients - [clients/](mdc:clients/) - HTTP clients
- [components/](mdc:components/) - React components - [components/](mdc:components/) - React components (organized by domain)
- [hooks/](mdc:hooks/) - React hooks - [hooks/](mdc:hooks/) - React hooks
3. Shared: 3. Shared: