chore: browser tabs todo

This commit is contained in:
karishmas6
2024-10-11 07:36:14 +05:30
parent 59cc78821b
commit 3fa18aa45c

View File

@@ -7,6 +7,7 @@ import { BrowserTabs } from "../molecules/BrowserTabs";
import { useSocketStore } from "../../context/socket";
import { getCurrentTabs, getCurrentUrl, interpretCurrentRecording } from "../../api/recording";
// TODO: Tab !show currentUrl after recordingUrl global state
export const BrowserContent = () => {
const { width } = useBrowserDimensionsStore();
const { socket } = useSocketStore();