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

@@ -8,8 +8,6 @@ import find from 'lodash/find';
import { UrlQueryMap } from '@grafana/runtime';
import { StoreState } from 'app/types';
import {
NavModel,
NavModelItem,
PluginType,
GrafanaPlugin,
PluginInclude,
@@ -20,6 +18,7 @@ import {
AppPlugin,
PluginIncludeType,
} from '@grafana/ui';
import { NavModel, NavModelItem } from '@grafana/data';
import Page from 'app/core/components/Page/Page';
import { getPluginSettings } from './PluginSettingsCache';