Refactor: move NavModel to @grafana/ui (#16813)

This commit is contained in:
Ryan McKinley
2019-04-30 07:46:46 -07:00
committed by GitHub
parent 9660356638
commit 26bd76b4c2
42 changed files with 80 additions and 94 deletions

View File

@@ -1,4 +1,5 @@
import { FolderDTO, NavModelItem, NavModel } from 'app/types';
import { FolderDTO } from 'app/types';
import { NavModelItem, NavModel } from '@grafana/ui';
export function buildNavModel(folder: FolderDTO): NavModelItem {
return {