small change

This commit is contained in:
Maze Winther
2025-07-12 11:52:54 +02:00
parent 2de4c7c153
commit 0726c27221
3 changed files with 11 additions and 6 deletions
@@ -88,8 +88,6 @@ export function Timeline() {
setDuration,
isPlaying,
toggle,
setSpeed,
speed,
} = usePlaybackStore();
const [isDragOver, setIsDragOver] = useState(false);
const [isProcessing, setIsProcessing] = useState(false);