Skip to content

Commit

Permalink
fix: wrong import @mui/base no longer used
Browse files Browse the repository at this point in the history
We didn’t directly specify mui/base as dependency, but use it. It’s no
longer available with mui/material
  • Loading branch information
compojoom committed Oct 9, 2024
1 parent c145496 commit 377201f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Dispatch, ReactElement, SetStateAction } from 'react'
import { Backdrop, Typography, Box, IconButton, Accordion, AccordionDetails, AccordionSummary } from '@mui/material'
import { ClickAwayListener } from '@mui/base'
import { ClickAwayListener } from '@mui/material'
import CloseIcon from '@mui/icons-material/Close'
import ExpandLessIcon from '@mui/icons-material/ExpandLess'

Expand Down

0 comments on commit 377201f

Please sign in to comment.