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,4 @@
import { NavModel, NavModelItem } from 'app/types';
import { NavModel, NavModelItem } from '@grafana/ui';
export const backendSrv = {
get: jest.fn(),