chore: remove setWidth

This commit is contained in:
amhsirak
2025-05-20 20:34:55 +05:30
parent 01b142007b
commit 998acd9cce

View File

@@ -44,7 +44,6 @@ export const LeftSidePanel = (
});
const { id, socket } = useSocketStore();
const { setWidth } = useBrowserDimensionsStore();
const { setRecordingLength } = useGlobalInfoStore();
const workflowHandler = useCallback((data: WorkflowFile) => {