import { NowPlaying } from './NowPlaying' import type { QueueItem } from './QueueList' export function PlayerBar({ track }: { track: QueueItem | null }) { return (
0:00
0:00
🔊
) }