9 lines
495 B
TypeScript
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';
|