src/ui/components/widgets/index.js
unknown
typescript
a year ago
1.3 kB
8
Indexable
export { default as WelcomeWidget } from './WelcomeWidget' export { default as SingleDayResult } from './SingleDayResult' export { default as TrendingDayResults } from './TrendingDayResults' export { default as TrendingDayResultsWidgets } from './TrendingDayResultsWidgets' export { default as DailyFuelMileResult } from './DailyFuelMileResult' export { default as FuelMileResult } from './FuelMileResult' export { default as InfractionTable } from './InfractionTable' export { default as TripFuelSavingTable } from './TripFuelSavingTable' export { default as Map } from './Map' export { default as BarChartExample } from './BarChartExample' export { default as ChartExample } from './ChartExample' export { default as ChartExample2 } from './ChartExample2' export { default as TripReviewSection } from './TripReviewSection' export { default as DetailedTripReviewSection } from './DetailedTripReviewSection' export { default as AggregateMetricsSection } from './AggregateMetricsSection' export { default as AdminSection } from './AdminSection' export { default as UserSettingsSection } from './UserSettingsSection' export { default as AddUsersSection } from './AddUsersSection' export { default as LiveTrainViewSection } from './LiveTrainView' export { default as OnboardingSection } from './Onboarding'
Editor is loading...
Leave a Comment