remove unused

This commit is contained in:
Josh Hawkins 2025-10-16 14:56:54 -05:00
parent 2827561238
commit 63676135f6

View File

@ -473,7 +473,6 @@ type LifecycleItemProps = {
event: ObjectLifecycleSequence;
isActive?: boolean;
onSeek?: (timestamp: number, play?: boolean) => void;
play?: boolean;
};
function LifecycleItem({ event, isActive, onSeek }: LifecycleItemProps) {