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