Fix import

pull/10616/head
Alex P 2018-11-14 17:38:42 -08:00
parent 04e6aa035c
commit a2c9ea3590
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ import React, {SFC} from 'react'
import {connect} from 'react-redux'
// Components
import IndexList from 'src/shared/components/index_views/IndexList'
import {Alignment} from 'src/clockface'
import {IndexList, Alignment} from 'src/clockface'
import SourcesListRow from 'src/sources/components/SourcesListRow'
// Utils