index.ts 267 B

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