grafana/public/app/core/reducers/index.ts
2021-05-17 16:43:40 +02:00

8 lines
192 B
TypeScript

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