import { ListMusic, Play, Shuffle, Repeat } from 'lucide-react'; import { Button } from '@/components/ui/button'; export function QueuePage() { return (

Play Queue

Manage your playback queue

Queue is Empty

Add tracks to your queue to start playing

); }