import { redirect } from 'next/navigation'

export default function LivePage() {
    redirect('/live/all')
}

