17 lines
538 B
TypeScript
17 lines
538 B
TypeScript
/*
|
|
* File: index.ts
|
|
* Description: Dashboard components exports
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|
|
|
|
export { DashboardHeader } from './DashboardHeader';
|
|
export { CriticalAlerts } from './CriticalAlerts';
|
|
export { DepartmentStats } from './DepartmentStats';
|
|
export { FeedbackAnalysisPieChart } from './FeedbackAnalysisPieChart';
|
|
|
|
/*
|
|
* End of File: index.ts
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|