mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
10 lines
262 B
TypeScript
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,
|
|
};
|