6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
|
|
||
|
import { redirect } from 'next/navigation';
|
||
|
|
||
|
export default async function Page() {
|
||
|
redirect('/latest-vods/1')
|
||
|
}
|