chore: remove unused import

This commit is contained in:
amhsirak
2025-01-09 21:28:01 +05:30
parent 95eba1b631
commit 4733049493

View File

@@ -7,11 +7,7 @@ import { BrowserTabs } from "./BrowserTabs";
import { useSocketStore } from "../../context/socket";
import {
getCurrentTabs,
getCurrentUrl,
interpretCurrentRecording,
} from "../../api/recording";
import { Box } from "@mui/material";
import { InterpretationLog } from "../run/InterpretationLog";
// TODO: Tab !show currentUrl after recordingUrl global state
export const BrowserContent = () => {