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

@@ -5,7 +5,7 @@ import { StoreState } from 'app/types';
import { getNavModel } from 'app/core/selectors/navModel';
import { getServerStats, ServerStat } from './state/apis';
import Page from 'app/core/components/Page/Page';
import { NavModel } from '@grafana/ui';
import { NavModel } from '@grafana/data';
interface Props {
navModel: NavModel;