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 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 { makeStyles } from '@material-ui/core/styles'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue