16 lines
476 B
TypeScript
16 lines
476 B
TypeScript
/*
|
|
* File: index.ts
|
|
* Description: Screens exports for AI Prediction module
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|
|
|
|
export { default as AIPredictionsScreen } from './AIPredictionsScreen';
|
|
export { default as AIPredictionDetailScreen } from './AIPredictionDetailScreen';
|
|
|
|
/*
|
|
* End of File: index.ts
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|