Add latest frontend folders to README.md

This commit is contained in:
MerlinScheurer 2025-01-31 18:04:02 +01:00
parent 5cd67ae315
commit ccdef58e1d

View File

@ -12,6 +12,7 @@ src ┐
│ ├───colours // Css loader for themes
│ ├───constants // global constants that have no good place
│ └───routes // Routes definitions used in Links and react-router-dom configuration
├───functions // Useful functions
└───pages // React components that define a page/route
├───functions // Useful functions and hooks
├───pages // React components that define a page/route
└───stores // zustand stores
```