diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx new file mode 100644 index 0000000..506a92f --- /dev/null +++ b/src/app/not-found.tsx @@ -0,0 +1,8 @@ +export default function NotFound() { + return ( +
+

Not Found

+

Sorry, the page you are looking for does not exist.

+
+ ); +} \ No newline at end of file