import { redirect } from 'next/navigation';

export default async function CreatePage() {
  redirect('/create');
}
