feat: implement CoreAppShell component with flexible layout configurations and state management context

This commit is contained in:
Firman Ramdhani
2026-06-22 16:27:50 +07:00
parent a7ffa7cb9c
commit 25f3cd3b30
9 changed files with 689 additions and 1 deletions
+1
View File
@@ -9,3 +9,4 @@ export * from './system-pages/coming-soon';
export * from './system-pages/forbidden';
export * from './system-pages/maintenance';
export * from './system-pages/not-found';
export * from './core-app-shell';