Fix lodash dependencies

This commit is contained in:
2022-09-05 21:33:18 +04:00
parent 7fd929542d
commit c1ac4be2dd
6 changed files with 5 additions and 50 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
import {useState} from 'react'
import {styled} from '@mui/material/styles'
import PropTypes from 'prop-types'
import union from 'lodash.union'
import deburr from 'lodash.deburr'
import {union, deburr} from 'lodash'
import {
Divider,