Working on the organization system.

This commit is contained in:
charlesgauthereau
2025-07-16 12:36:11 +02:00
parent 405de7b323
commit 385777535f
61 changed files with 514 additions and 366 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
import { redirect } from "next/navigation";
export default async function NotFound() {
redirect("/dashboard/profile");
// redirect("/dashboard/profile");
return(
<>
Error
</>
)
}