Removed default export for colors

This commit is contained in:
Hugo Häggmark
2019-01-11 06:48:17 +01:00
parent 6f2bbb7378
commit dc9b83030f
10 changed files with 8 additions and 11 deletions

View File

@ -1,5 +1,5 @@
import _ from 'lodash';
import colors from '@grafana/ui';
import { colors } from '@grafana/ui';
import TimeSeries from 'app/core/time_series2';