فهرست منبع

restructure imports

Erik Sundell 7 سال پیش
والد
کامیت
7159b369a3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      public/app/features/explore/QueryEditor.tsx

+ 1 - 1
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 { getIntervals } from 'app/core/utils/explore';
 import { DataQuery } from 'app/types';
 import { DataQuery } from 'app/types';
 import { RawTimeRange } from 'app/types/series';
 import { RawTimeRange } from 'app/types/series';
-import 'app/features/plugins/plugin_loader';
 import { getTimeSrv } from 'app/features/dashboard/time_srv';
 import { getTimeSrv } from 'app/features/dashboard/time_srv';
+import 'app/features/plugins/plugin_loader';
 
 
 interface QueryEditorProps {
 interface QueryEditorProps {
   datasource: any;
   datasource: any;