diff --git a/app/_not-found/page.tsx b/app/_not-found/page.tsx new file mode 100644 index 000000000..a6006221a --- /dev/null +++ b/app/_not-found/page.tsx @@ -0,0 +1,9 @@ +// app/_not-found/page.tsx +export default function InternalNotFound() { + return ( +
+

404

+

Page not found.

+
+ ) +}