Fix more imports >___<

pull/10616/head
Alex P 2018-11-14 17:41:34 -08:00
parent a2c9ea3590
commit e6f0b2d6a8
1 changed files with 7 additions and 3 deletions

View File

@ -3,9 +3,13 @@ import React, {SFC} from 'react'
import {connect} from 'react-redux'
// Components
import IndexList from 'src/shared/components/index_views/IndexList'
import {Button, ComponentColor, ComponentSize} from 'src/clockface'
import {Alignment} from 'src/clockface'
import {
IndexList,
Alignment,
Button,
ComponentColor,
ComponentSize,
} from 'src/clockface'
import DeleteSourceButton from 'src/sources/components/DeleteSourceButton'
// Actions