This commit is contained in:
ct
2025-06-15 17:54:23 +08:00
parent a0cff2b48a
commit 54db08d78e

View File

@@ -1,3 +1,5 @@
// TODO: I moved the sample timeline data to a dedicated file, and delayed the loading to 1 sec with useEffect. as such, alot of the ogics are broken. I need to make sure the delayed timeline should work like normal
import { useMitt } from '@/plugins/MittContext';
import useVideoEditorStore from '@/stores/VideoEditorStore';
import { useCallback, useEffect, useRef, useState } from 'react';