chatbot-template/app/new/page.tsx

6 lines
104 B
TypeScript
Raw Normal View History

import { redirect } from 'next/navigation'
export default async function NewPage() {
redirect('/')
}