ADD new frontend
This commit is contained in:
13
frontend/src/components/index.ts
Normal file
13
frontend/src/components/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
// Components - Main export file
|
||||
|
||||
// UI Design System Components
|
||||
export * from './ui';
|
||||
|
||||
// Layout Components
|
||||
export * from './layout';
|
||||
|
||||
// Domain-Specific Components
|
||||
export * from './domain';
|
||||
|
||||
// Shared Utility Components
|
||||
export * from './shared';
|
||||
Reference in New Issue
Block a user