import { useTranslation } from 'react-i18next'; import { Placeholder } from '../../components/common/Placeholder'; /** * `/queue` — A11 full-screen play queue (narrow viewports). On desktop the * queue is the `QueuePanel` drawer in AppShell, not this route. Scaffold only. */ export function QueuePage() { const { t } = useTranslation(); return ; }