Chore: Moves QueryField to @grafana/ui (#19678)

Closes #19626
This commit is contained in:
kay delaney
2019-10-31 08:27:01 +00:00
committed by David
parent 69906f73a2
commit 3e8c00dad1
39 changed files with 417 additions and 392 deletions

View File

@@ -1,9 +1,5 @@
import PluginPrism from 'app/features/explore/slate-plugins/prism';
import BracesPlugin from 'app/features/explore/slate-plugins/braces';
import ClearPlugin from 'app/features/explore/slate-plugins/clear';
import NewlinePlugin from 'app/features/explore/slate-plugins/newline';
import RunnerPlugin from 'app/features/explore/slate-plugins/runner';
import { BracesPlugin, ClearPlugin, RunnerPlugin, NewlinePlugin } from '@grafana/ui';
import Typeahead from './typeahead';
import { getKeybindingSrv, KeybindingSrv } from 'app/core/services/keybindingSrv';