fix: merge conflicts & updated more URLs following our new path

This commit is contained in:
Hyteq
2025-06-24 07:55:02 +03:00
14 changed files with 652 additions and 39 deletions

View File

@ -38,7 +38,6 @@ export function PropertiesPanel() {
? mediaItems.find((item) => item.id === firstVideoClip.mediaId)
: null;
// Get the first image clip for preview (simplified)
const firstImageClip = tracks
.flatMap((track) => track.clips)
.find((clip) => {