diff --git a/ui/src/sources/components/SourcesList.tsx b/ui/src/sources/components/SourcesList.tsx index 937da3d83a..f0e8175392 100644 --- a/ui/src/sources/components/SourcesList.tsx +++ b/ui/src/sources/components/SourcesList.tsx @@ -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