ADD new frontend
This commit is contained in:
12
frontend/src/components/domain/production/index.ts
Normal file
12
frontend/src/components/domain/production/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// Production Domain Components
|
||||
export { default as ProductionSchedule } from './ProductionSchedule';
|
||||
export { default as BatchTracker } from './BatchTracker';
|
||||
export { default as QualityControl } from './QualityControl';
|
||||
export { default as RecipeDisplay } from './RecipeDisplay';
|
||||
|
||||
|
||||
// Export component props types
|
||||
export type { ProductionScheduleProps } from './ProductionSchedule';
|
||||
export type { BatchTrackerProps } from './BatchTracker';
|
||||
export type { QualityControlProps } from './QualityControl';
|
||||
export type { RecipeDisplayProps } from './RecipeDisplay';
|
||||
Reference in New Issue
Block a user