소스 검색

tidy import

Peter Holmberg 7 년 전
부모
커밋
de9137a7c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/app/plugins/panel/gauge/Thresholds.tsx

+ 1 - 1
public/app/plugins/panel/gauge/Thresholds.tsx

@@ -1,8 +1,8 @@
 import React, { PureComponent } from 'react';
 import classNames from 'classnames/bind';
+import { ColorPicker } from 'app/core/components/colorpicker/ColorPicker';
 import { PanelOptionsProps, Threshold } from 'app/types';
 import { OptionsProps } from './module';
-import { ColorPicker } from '../../../core/components/colorpicker/ColorPicker';
 
 interface State {
   thresholds: Threshold[];