fix: wrong imports after merge

This commit is contained in:
Rafael Taranto 2019-11-12 17:38:16 +00:00
parent 58c93bc265
commit 74d592d892
2 changed files with 3 additions and 2 deletions

View file

@ -14,12 +14,13 @@ import { ReactComponent as Download } from '../styling/icons/button/download/zod
import { ReactComponent as DownloadActive } from '../styling/icons/button/download/white.svg'
import { makeStyles } from '@material-ui/core'
import { regularLabel } from '../components/typography/styles'
import typographyStyles from '../components/typography/styles'
import { comet } from '../styling/variables'
import styles from './Logs.styles'
import logPageHeaderStyles from './LogPageHeader.styles'
const { regularLabel } = typographyStyles
const { tableWrapper } = styles
const { titleAndButtonsContainer, buttonsWrapper } = logPageHeaderStyles