feat: rewire DashboardScreen with vehicle roster layout (refs #200)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
|
||||
export { DashboardScreen } from './components/DashboardScreen';
|
||||
export { DashboardPage } from './pages/DashboardPage';
|
||||
export { SummaryCards, SummaryCardsSkeleton } from './components/SummaryCards';
|
||||
export { VehicleAttention, VehicleAttentionSkeleton } from './components/VehicleAttention';
|
||||
export { QuickActions, QuickActionsSkeleton } from './components/QuickActions';
|
||||
export { RecentActivity, RecentActivitySkeleton } from './components/RecentActivity';
|
||||
export { useDashboardSummary, useVehiclesNeedingAttention, useRecentActivity } from './hooks/useDashboardData';
|
||||
export type { DashboardSummary, VehicleNeedingAttention, RecentActivityItem, DashboardData } from './types';
|
||||
export { VehicleRosterCard } from './components/VehicleRosterCard';
|
||||
export { ActionBar } from './components/ActionBar';
|
||||
export { useVehicleRoster } from './hooks/useDashboardData';
|
||||
export type { VehicleHealth, AttentionItem, VehicleRosterData } from './types';
|
||||
|
||||
Reference in New Issue
Block a user