chore: lint

This commit is contained in:
karishmas6
2024-07-24 23:28:48 +05:30
parent 6c11f5afee
commit 034cdd635d

View File

@@ -40,11 +40,9 @@ export const BrowserWindow = () => {
const [highlighterData, setHighlighterData] = useState<{ rect: DOMRect, selector: string } | null>(null);
const [showConfirmation, setShowConfirmation] = useState(false);
const { socket } = useSocketStore();
const { width, height } = useBrowserDimensionsStore();
const { getText, getScreenshot } = useActionContext();
const { getText, getScreenshot } = useActionContext();
console.log('Use browser dimensions:', width, height)