Update Readme.md

This commit is contained in:
Natxo
2026-03-28 20:31:13 +01:00
committed by GitHub
parent 39ae486f4e
commit 8be3c24c28

View File

@@ -62,10 +62,7 @@ SigPro scales from micro-widgets to full enterprise dashboards:
```text ```text
src/ src/
├── 📂 components/ # UI Atoms (Button.js, Grid.js) ├── 📂 pages/ # Main Pages (Home.js, Auth.js)
├── 📂 views/ # Main Pages (Home.js, Auth.js)
├── 📂 store/ # Shared Global Signals
├── 📄 router.js # Route Definitions
└── 📄 main.js # App Entry & Mounting └── 📄 main.js # App Entry & Mounting
``` ```