import { redirect } from 'next/navigation';
export default async function Page() {
redirect('/latest-vods/1')
}