chore: remove unused import
This commit is contained in:
@@ -7,11 +7,7 @@ import { BrowserTabs } from "./BrowserTabs";
|
|||||||
import { useSocketStore } from "../../context/socket";
|
import { useSocketStore } from "../../context/socket";
|
||||||
import {
|
import {
|
||||||
getCurrentTabs,
|
getCurrentTabs,
|
||||||
getCurrentUrl,
|
|
||||||
interpretCurrentRecording,
|
|
||||||
} from "../../api/recording";
|
} from "../../api/recording";
|
||||||
import { Box } from "@mui/material";
|
|
||||||
import { InterpretationLog } from "../run/InterpretationLog";
|
|
||||||
|
|
||||||
// TODO: Tab !show currentUrl after recordingUrl global state
|
// TODO: Tab !show currentUrl after recordingUrl global state
|
||||||
export const BrowserContent = () => {
|
export const BrowserContent = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user