From 33a1cd6c39b7c64269644ae3787772dc308b90c6 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 1 Apr 2025 23:41:47 +0530 Subject: [PATCH] chore: remove unused import --- src/components/run/InterpretationLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/run/InterpretationLog.tsx b/src/components/run/InterpretationLog.tsx index 09025c99..fa749efa 100644 --- a/src/components/run/InterpretationLog.tsx +++ b/src/components/run/InterpretationLog.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import SwipeableDrawer from '@mui/material/SwipeableDrawer'; import Typography from '@mui/material/Typography'; -import { Button, TextField, Grid } from '@mui/material'; +import { Button, Grid } from '@mui/material'; import { useCallback, useEffect, useRef, useState } from "react"; import { useSocketStore } from "../../context/socket"; import { Buffer } from 'buffer';