diff --git a/components/tracks/Track.tsx b/components/tracks/Track.tsx index d6093d7..e796e27 100644 --- a/components/tracks/Track.tsx +++ b/components/tracks/Track.tsx @@ -171,7 +171,7 @@ export function Track({ > {/* Left: Track Control Panel (Fixed Width) */}
e.stopPropagation()} > {/* Track Name & Collapse Toggle */} diff --git a/components/tracks/TrackList.tsx b/components/tracks/TrackList.tsx index e0d88be..7fec446 100644 --- a/components/tracks/TrackList.tsx +++ b/components/tracks/TrackList.tsx @@ -108,25 +108,6 @@ export function TrackList({ ))}
- {/* Add Track Buttons */} -
- - {onImportTrack && ( - - )} -
- {/* Import Dialog */} {onImportTrack && (