mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
8 lines
192 B
TypeScript
8 lines
192 B
TypeScript
import { navIndexReducer as navIndex } from './navModel';
|
|
import { appNotificationsReducer as appNotifications } from './appNotification';
|
|
|
|
export default {
|
|
navIndex,
|
|
appNotifications,
|
|
};
|