fix: wrong imports after merge
This commit is contained in:
parent
58c93bc265
commit
74d592d892
2 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import { useSelect } from 'downshift'
|
||||||
import { startCase } from 'lodash/fp'
|
import { startCase } from 'lodash/fp'
|
||||||
import classnames from 'classnames'
|
import classnames from 'classnames'
|
||||||
|
|
||||||
import { ReactComponent as Arrowdown } from '../../styling/icons/action/arrow/regular.svg'
|
import { ReactComponent as Arrowdown } from '../../../styling/icons/action/arrow/regular.svg'
|
||||||
|
|
||||||
import styles from './Select.styles'
|
import styles from './Select.styles'
|
||||||
import { makeStyles } from '@material-ui/core/styles'
|
import { makeStyles } from '@material-ui/core/styles'
|
||||||
|
|
|
||||||
|
|
@ -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 { ReactComponent as DownloadActive } from '../styling/icons/button/download/white.svg'
|
||||||
|
|
||||||
import { makeStyles } from '@material-ui/core'
|
import { makeStyles } from '@material-ui/core'
|
||||||
import { regularLabel } from '../components/typography/styles'
|
import typographyStyles from '../components/typography/styles'
|
||||||
|
|
||||||
import { comet } from '../styling/variables'
|
import { comet } from '../styling/variables'
|
||||||
import styles from './Logs.styles'
|
import styles from './Logs.styles'
|
||||||
import logPageHeaderStyles from './LogPageHeader.styles'
|
import logPageHeaderStyles from './LogPageHeader.styles'
|
||||||
|
|
||||||
|
const { regularLabel } = typographyStyles
|
||||||
const { tableWrapper } = styles
|
const { tableWrapper } = styles
|
||||||
const { titleAndButtonsContainer, buttonsWrapper } = logPageHeaderStyles
|
const { titleAndButtonsContainer, buttonsWrapper } = logPageHeaderStyles
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue