From 1a1b1d48b3cc7fbf06fdc4c1a94e3126fa54d577 Mon Sep 17 00:00:00 2001 From: Lantt Date: Wed, 27 Apr 2022 17:59:47 +0800 Subject: [PATCH] fix: import make styles path in theme package --- packages/theme/src/Components/LoadingBase/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {