2025-04-01 10:38:02 +09:00

10 lines
267 B
TypeScript

import { appNotificationsReducer as appNotifications } from './appNotification';
import { navTreeReducer as navBarTree } from './navBarTree';
import { navIndexReducer as navIndex } from './navModel';
export default {
navBarTree,
navIndex,
appNotifications,
};