Build: add @grafana/data package (#17436)

first step in moving non-ui components to their own package
This commit is contained in:
Ryan McKinley
2019-06-18 08:17:27 -07:00
committed by GitHub
parent efdfb1fce3
commit 401615847c
73 changed files with 223 additions and 88 deletions

View File

@@ -1,4 +1,4 @@
import { NavModel, NavModelItem } from '@grafana/ui';
import { NavModel, NavModelItem } from '@grafana/data';
export const backendSrv = {
get: jest.fn(),