16 lines
419 B
TypeScript
16 lines
419 B
TypeScript
/*
|
|
* File: index.ts
|
|
* Description: Barrel export for Dashboard hooks
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|
|
|
|
export * from './useCaseQueue';
|
|
export * from './useRealTimeUpdates';
|
|
export * from './useFilterCases';
|
|
|
|
/*
|
|
* End of File: index.ts
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|