first commit
This commit is contained in:
6
src/app/(Admin)/dashboard/[...slug]/page.js
Normal file
6
src/app/(Admin)/dashboard/[...slug]/page.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { notFound } from "next/navigation";
|
||||
|
||||
export default function DashboardCatchAll() {
|
||||
// Always call notFound() for unknown routes
|
||||
return notFound();
|
||||
}
|
||||
Reference in New Issue
Block a user