mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
8 lines
161 B
TypeScript
8 lines
161 B
TypeScript
import { navIndexReducer as navIndex } from './navModel';
|
|
import { locationReducer as location } from './location';
|
|
|
|
export default {
|
|
navIndex,
|
|
location,
|
|
};
|