mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
import { notFound } from "next/navigation";
|
|
|
|
export default function CatchAll() {
|
|
notFound();
|
|
}
|