Moved plugin types to @grafana/ui

This commit is contained in:
Torkel Ödegaard
2019-01-17 17:37:34 +01:00
parent a201c76c5f
commit 4fc9d794ca
8 changed files with 73 additions and 58 deletions

View File

@@ -1,5 +1,6 @@
import _ from 'lodash';
import { DataSource, PluginMeta, NavModel } from 'app/types';
import { DataSource, NavModel } from 'app/types';
import { PluginMeta } from '@grafana/ui/src/types';
import config from 'app/core/config';
export function buildNavModel(ds: DataSource, plugin: PluginMeta, currentPage: string): NavModel {