import { SongifyPageClient } from '@/components/songify/SongifyUI';

export default function SongifyPage() {
  return <SongifyPageClient />;
}
