fix: pre release screen fixes
This commit is contained in:
parent
1bcc87757b
commit
5dd8501a17
98 changed files with 1569 additions and 1149 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { makeStyles } from '@material-ui/core/styles'
|
||||
import { makeStyles } from '@material-ui/core'
|
||||
import classnames from 'classnames'
|
||||
import { useSelect } from 'downshift'
|
||||
import React from 'react'
|
||||
|
||||
import { ReactComponent as Arrowdown } from '../../../styling/icons/action/arrow/regular.svg'
|
||||
import { startCase } from '../../../utils/string'
|
||||
import { ReactComponent as Arrowdown } from 'src/styling/icons/action/arrow/regular.svg'
|
||||
import { startCase } from 'src/utils/string'
|
||||
|
||||
import styles from './Select.styles'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue