Files
grafana/public/app/core/reducers/index.ts
2018-11-15 13:37:29 +01:00

10 lines
262 B
TypeScript

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