diff --git a/client/src/pages/not-found.tsx b/client/src/pages/not-found.tsx new file mode 100644 index 0000000..1a8374a --- /dev/null +++ b/client/src/pages/not-found.tsx @@ -0,0 +1,12 @@ +import { Link } from "wouter"; + +export default function NotFound() { + return ( +
+

404

+

Page not found

+

The page you're looking for doesn't exist.

+ ← Back to shop +
+ ); +}