aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Content/BlockQuoteTag.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/Content/BlockQuoteTag.tsx')
-rw-r--r--webui/src/components/Content/BlockQuoteTag.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/webui/src/components/Content/BlockQuoteTag.tsx b/webui/src/components/Content/BlockQuoteTag.tsx
index d9674b5d..ae6c34f4 100644
--- a/webui/src/components/Content/BlockQuoteTag.tsx
+++ b/webui/src/components/Content/BlockQuoteTag.tsx
@@ -1,7 +1,6 @@
+import makeStyles from '@mui/styles/makeStyles';
import * as React from 'react';
-import { makeStyles } from '@material-ui/core/styles';
-
const useStyles = makeStyles((theme) => ({
tag: {
color: theme.palette.text.secondary,