Merge duplicate imports in test fixtures file

pull/10616/head
Jared Scheib 2018-06-25 15:49:58 -07:00
parent 96864064fa
commit 9b585f5087
1 changed files with 1 additions and 1 deletions

View File

@ -15,9 +15,9 @@ import {
TableOptions, TableOptions,
FieldOption, FieldOption,
DecimalPlaces, DecimalPlaces,
CellType,
} from 'src/types/dashboards' } from 'src/types/dashboards'
import {LineColor, ColorNumber} from 'src/types/colors' import {LineColor, ColorNumber} from 'src/types/colors'
import {CellType} from 'src/types/dashboards'
export const sourceLinks: SourceLinks = { export const sourceLinks: SourceLinks = {
services: '/chronograf/v1/sources/4', services: '/chronograf/v1/sources/4',