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

@ -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'