feat(admin-ui): introduce view layer and refactor admin UI to use view components, consolidate demos, and update interfaces

This commit is contained in:
2025-12-27 12:33:14 +00:00
parent 87ac6e506f
commit c5632dae77
18 changed files with 875 additions and 754 deletions

View File

@@ -1,4 +1,5 @@
export * from './elements/index.js';
export * from './views/index.js';
export * from './pages/index.js';
export * from './interfaces/index.js';
export * from './services/index.js';