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.

) }