chore: update docs

This commit is contained in:
Eric Gullickson
2026-02-05 21:49:35 -06:00
parent b812282d69
commit 87ee498af7
37 changed files with 437 additions and 210 deletions

View File

@@ -17,4 +17,6 @@
| `core/` | Shared infrastructure (auth, api, store) | Cross-cutting concerns |
| `components/` | Root-level shared components | App-wide UI components |
| `pages/` | Page-level components | Page structure, routing targets |
| `shared/` | Shared feature components (CameraCapture) | Cross-feature reusable components |
| `shared-minimal/` | Minimal shared UI (skeletons, theme) | Reusable UI primitives |
| `utils/` | General utilities (logger) | Logging, helper functions |