NeoScan_Physician/app/modules/Dashboard/components/index.ts
2025-08-22 00:24:24 +05:30

9 lines
495 B
TypeScript

export { PatientCard } from './PatientCard';
export { CriticalAlerts } from './CriticalAlerts';
export { DashboardHeader } from './DashboardHeader';
export { QuickActions } from './QuickActions';
export { DepartmentStats } from './DepartmentStats';
export { BrainPredictionsOverview } from './BrainPredictionsOverview';
export { FeedbackAnalysisPieChart } from './FeedbackAnalysisPieChart';
export { PredictionCard } from './PredictionCard';
export { PredictionsList } from './PredictionsList';