From 473304949381904770356ceffb3fc3174a0a1f90 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 9 Jan 2025 21:28:01 +0530 Subject: [PATCH] chore: remove unused import --- src/components/browser/BrowserContent.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/browser/BrowserContent.tsx b/src/components/browser/BrowserContent.tsx index 7e3eae2f..ec882965 100644 --- a/src/components/browser/BrowserContent.tsx +++ b/src/components/browser/BrowserContent.tsx @@ -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 = () => {