partial: @mui update imports
This commit is contained in:
parent
aa428310f4
commit
58f53d92a8
216 changed files with 1035 additions and 326 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import Checkbox from '@material-ui/core/Checkbox'
|
||||
import { makeStyles } from '@material-ui/core/styles'
|
||||
import CheckBoxIcon from '@material-ui/icons/CheckBox'
|
||||
import CheckBoxOutlineBlankIcon from '@material-ui/icons/CheckBoxOutlineBlank'
|
||||
import Checkbox from '@mui/material/Checkbox'
|
||||
import { makeStyles } from '@mui/material/styles'
|
||||
import CheckBoxIcon from '@mui/icons-material/CheckBox'
|
||||
import CheckBoxOutlineBlankIcon from '@mui/icons-material/CheckBoxOutlineBlank'
|
||||
import React from 'react'
|
||||
import { Label2, Info3 } from 'src/components/typography'
|
||||
import WarningIcon from 'src/styling/icons/warning-icon/comet.svg?react'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue