docs: fix stale folder name editor-v2 and add missing ui package (Closes #244) (#245)

This commit is contained in:
Cocoon-Break
2026-06-24 16:01:04 -04:00
committed by GitHub
parent f69b1935a9
commit af0276a0de
+3 -2
View File
@@ -17,12 +17,13 @@ https://github.com/user-attachments/assets/8b50e7cf-cebe-4579-9cf3-8786b35f7b6b
This is a Turborepo monorepo with three main packages:
```
editor-v2/
editor/
├── apps/
│ └── editor/ # Next.js application
├── packages/
│ ├── core/ # Schema definitions, state management, systems
── viewer/ # 3D rendering components
── viewer/ # 3D rendering components
│ └── ui/ # Shared UI components
```
### Separation of Concerns