Improve the dahboard with the weather info
This commit is contained in:
7
frontend/src/components/simple/index.ts
Normal file
7
frontend/src/components/simple/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export { default as CriticalAlerts } from './CriticalAlerts';
|
||||
export { default as OrderSuggestions } from './OrderSuggestions';
|
||||
export { default as QuickActions } from './QuickActions';
|
||||
export { default as QuickOverview } from './QuickOverview';
|
||||
export { default as TodayProduction } from './TodayProduction';
|
||||
export { default as TodayRevenue } from './TodayRevenue';
|
||||
export { default as WeatherContext } from './WeatherContext';
|
||||
Reference in New Issue
Block a user