14 lines
381 B
TypeScript
14 lines
381 B
TypeScript
/*
|
|
* File: index.ts
|
|
* Description: Barrel export for Dashboard screens
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|
|
|
|
export { default as DashboardScreen } from './DashboardScreen';
|
|
|
|
/*
|
|
* End of File: index.ts
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|