From 94fd71c35ec623e08e22113b6ca424ddcba89264 Mon Sep 17 00:00:00 2001 From: basstian-ai Date: Tue, 20 May 2025 17:29:24 +0200 Subject: [PATCH] Update page.tsx --- app/_not-found/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/_not-found/page.tsx b/app/_not-found/page.tsx index a6006221a..9799278e6 100644 --- a/app/_not-found/page.tsx +++ b/app/_not-found/page.tsx @@ -1,9 +1,9 @@ // app/_not-found/page.tsx -export default function InternalNotFound() { +export default function StubNotFound() { return ( -
-

404

-

Page not found.

+
+

404

+

Page not found.

) }