From 176194cdd8124c008295c9db6cd77dcdf09ea171 Mon Sep 17 00:00:00 2001 From: Quinta <0pietroquintavalle0@gmail.com> Date: Thu, 22 Aug 2024 02:51:52 +0200 Subject: [PATCH] lets try again --- app/not-found.tsx | 9 +++++++++ components/AuthProvider.tsx | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 app/not-found.tsx diff --git a/app/not-found.tsx b/app/not-found.tsx new file mode 100644 index 0000000..068ab06 --- /dev/null +++ b/app/not-found.tsx @@ -0,0 +1,9 @@ +// app/not-found.tsx +export default function NotFound() { + return ( +
Sorry, the page you are looking for does not exist.
+