fix: reorganize imports

This commit is contained in:
Luis Félix 2019-11-13 10:54:24 +00:00 committed by Josh Harvey
parent 57c0b7cca1
commit e6dfb9dfd6
7 changed files with 23 additions and 18 deletions

View file

@ -16,12 +16,12 @@ import DateRangePicker from '../components/date-range-picker/DateRangePicker'
import Popover from '../components/Popover'
import { ReactComponent as Download } from '../styling/icons/button/download/zodiac.svg'
import { ReactComponent as DownloadActive } from '../styling/icons/button/download/white.svg'
import { primaryColor, comet } from '../styling/variables'
import typographyStyles from '../components/typography/styles'
import styles from './Logs.styles'
import logPageHeaderStyles from './LogPageHeader.styles'
import typographyStyles from '../components/typography/styles'
const { regularLabel, h4 } = typographyStyles
const { tableWrapper } = styles
const { titleAndButtonsContainer, buttonsWrapper } = logPageHeaderStyles