mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Build: add @grafana/data package (#17436)
first step in moving non-ui components to their own package
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user