fp/packages/next/app/vods/page.tsx

6 lines
117 B
TypeScript
Raw Normal View History

2024-01-20 16:16:14 +00:00
import { redirect } from 'next/navigation';
export default async function Page() {
redirect('/latest-vods/1')
}