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 ( -
Page not found.
+Page not found.