ADD new frontend
This commit is contained in:
25
frontend/src/components/domain/index.ts
Normal file
25
frontend/src/components/domain/index.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
// Domain Components - Business-specific components
|
||||
|
||||
// Auth components
|
||||
export * from './auth';
|
||||
|
||||
// Dashboard components
|
||||
export * from './dashboard';
|
||||
|
||||
// Inventory components
|
||||
export * from './inventory';
|
||||
|
||||
// Production components
|
||||
export * from './production';
|
||||
|
||||
// Sales components
|
||||
export * from './sales';
|
||||
|
||||
// Forecasting components
|
||||
export * from './forecasting';
|
||||
|
||||
// Analytics components
|
||||
export * from './analytics';
|
||||
|
||||
// Onboarding components
|
||||
export * from './onboarding';
|
||||
Reference in New Issue
Block a user