chore: remove unused import

This commit is contained in:
amhsirak
2025-04-01 23:43:47 +05:30
parent eee385f2c5
commit e0af2a6d54

View File

@@ -3,7 +3,6 @@ import { Grid } from '@mui/material';
import { BrowserContent } from "../components/browser/BrowserContent";
import { InterpretationLog } from "../components/run/InterpretationLog";
import { startRecording, getActiveBrowserId } from "../api/recording";
import { LeftSidePanel } from "../components/recorder/LeftSidePanel";
import { RightSidePanel } from "../components/recorder/RightSidePanel";
import { Loader } from "../components/ui/Loader";
import { useSocketStore } from "../context/socket";