aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/CommentInput
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/CommentInput')
-rw-r--r--webui/src/components/CommentInput/CommentInput.tsx14
1 files changed, 7 insertions, 7 deletions
diff --git a/webui/src/components/CommentInput/CommentInput.tsx b/webui/src/components/CommentInput/CommentInput.tsx
index babd495c..0fde1d95 100644
--- a/webui/src/components/CommentInput/CommentInput.tsx
+++ b/webui/src/components/CommentInput/CommentInput.tsx
@@ -1,10 +1,10 @@
-import React, { useState, useEffect } from 'react';
-
-import { Typography } from '@material-ui/core';
-import Tab from '@material-ui/core/Tab';
-import Tabs from '@material-ui/core/Tabs';
-import TextField from '@material-ui/core/TextField';
-import { makeStyles } from '@material-ui/core/styles';
+import { Typography } from '@mui/material';
+import Tab from '@mui/material/Tab';
+import Tabs from '@mui/material/Tabs';
+import TextField from '@mui/material/TextField';
+import makeStyles from '@mui/styles/makeStyles';
+import * as React from 'react';
+import { useState, useEffect } from 'react';
import Content from '../Content';