index.ts 262 B

123456789
  1. import { navIndexReducer as navIndex } from './navModel';
  2. import { locationReducer as location } from './location';
  3. import { appNotificationsReducer as appNotifications } from './appNotification';
  4. export default {
  5. navIndex,
  6. location,
  7. appNotifications,
  8. };