Redirect to chat (#3341)

* k

* nit
This commit is contained in:
pablodanswer 2024-12-04 16:08:52 -08:00 committed by GitHub
parent 2a55696545
commit 69b99056b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,5 @@
import { redirect } from "next/navigation";
export default function NotFound() {
redirect("/chat");
}