diff --git a/packages/theme/src/Components/LoadingBase/index.tsx b/packages/theme/src/Components/LoadingBase/index.tsx index 0e2140db90a1..4e4b13bfbd96 100644 --- a/packages/theme/src/Components/LoadingBase/index.tsx +++ b/packages/theme/src/Components/LoadingBase/index.tsx @@ -1,6 +1,6 @@ import { LoadingBaseIcon as LoadingIcon } from '@masknet/icons' import type { SvgIconProps } from '@mui/material' -import { makeStyles } from '../../entry' +import { makeStyles } from '../../UIHelper' const useStyles = makeStyles()({ animated: {