import { redirect } from 'next/navigation'; export default function CreatePage() { redirect('/create/video-to-video'); }