Commit de9137a7 by Peter Holmberg

tidy import

parent 4c6897b4
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[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment