aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Content/ImageTag.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/Content/ImageTag.tsx')
-rw-r--r--webui/src/components/Content/ImageTag.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/webui/src/components/Content/ImageTag.tsx b/webui/src/components/Content/ImageTag.tsx
index 2e12ee45..f6e7d5ba 100644
--- a/webui/src/components/Content/ImageTag.tsx
+++ b/webui/src/components/Content/ImageTag.tsx
@@ -1,7 +1,6 @@
+import { makeStyles } from '@mui/styles';
import * as React from 'react';
-import { makeStyles } from '@material-ui/styles';
-
const useStyles = makeStyles({
tag: {
maxWidth: '100%',