first commit

This commit is contained in:
2025-12-30 14:38:36 +07:00
commit ed079f44b9
255 changed files with 40351 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import { notFound } from "next/navigation";
export default function DashboardCatchAll() {
// Always call notFound() for unknown routes
return notFound();
}