14 lines
352 B
TypeScript
14 lines
352 B
TypeScript
/*
|
|
* File: index.ts
|
|
* Description: Shared components exports
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|
|
|
|
export { CustomModal } from './CustomModal';
|
|
|
|
/*
|
|
* End of File: index.ts
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|