diff --git a/frontend/README.md b/frontend/README.md index 275fc390..3fbdc1f2 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -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 ```