diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx new file mode 100644 index 0000000..50b790f --- /dev/null +++ b/src/app/not-found.tsx @@ -0,0 +1,10 @@ +import { vipnagorgialla } from "@/components/Vipnagorgialla"; + +export default function NotFound() { + return ( +
+

404

+

Seda lehte me ei leidnud.

+
+ ); +}