From 7159b369a3bee3f1e6c4c2a0c51e3f9a1c7d1e91 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 27 Nov 2018 14:49:03 +0100 Subject: [PATCH] restructure imports --- public/app/features/explore/QueryEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/explore/QueryEditor.tsx b/public/app/features/explore/QueryEditor.tsx index 32de7c64e3f..391087c6c8c 100644 --- a/public/app/features/explore/QueryEditor.tsx +++ b/public/app/features/explore/QueryEditor.tsx @@ -4,8 +4,8 @@ import { Emitter } from 'app/core/utils/emitter'; import { getIntervals } from 'app/core/utils/explore'; import { DataQuery } from 'app/types'; import { RawTimeRange } from 'app/types/series'; -import 'app/features/plugins/plugin_loader'; import { getTimeSrv } from 'app/features/dashboard/time_srv'; +import 'app/features/plugins/plugin_loader'; interface QueryEditorProps { datasource: any;