From 33c4dd46b1725b3d1d7e965a975c67fc6063c768 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 00:13:10 +0530 Subject: [PATCH] chore: -rm unused imports --- src/components/molecules/InterpretationLog.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 83803271..b65e6908 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -1,13 +1,7 @@ import * as React from 'react'; import SwipeableDrawer from '@mui/material/SwipeableDrawer'; import Typography from '@mui/material/Typography'; -import Radio from '@mui/material/Radio'; -import RadioGroup from '@mui/material/RadioGroup'; import { Button, TextField, Grid } from '@mui/material'; -import FormControlLabel from '@mui/material/FormControlLabel'; -import FormControl from '@mui/material/FormControl'; -import FormLabel from '@mui/material/FormLabel'; -import Highlight from 'react-highlight'; import { useCallback, useEffect, useRef, useState } from "react"; import { useSocketStore } from "../../context/socket"; import { useBrowserDimensionsStore } from "../../context/browserDimensions";