16 lines
398 B
TypeScript
16 lines
398 B
TypeScript
/*
|
|
* File: index.ts
|
|
* Description: Redux exports for AI Prediction module
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|
|
|
|
export * from './aiPredictionSlice';
|
|
export * from './aiPredictionSelectors';
|
|
|
|
/*
|
|
* End of File: index.ts
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|