mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-10 16:35:26 +02:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
import { notFound } from "next/navigation";
|
|
|
|
export default function CatchAll() {
|
|
notFound();
|
|
}
|