diff --git a/app/routes/not-found.tsx b/app/routes/not-found.tsx new file mode 100644 index 0000000..8ef0d2a --- /dev/null +++ b/app/routes/not-found.tsx @@ -0,0 +1,33 @@ +import { Link } from 'react-router'; +import { Button } from '~/components/ui/button'; +import { Card } from '~/components/ui/card'; +import { Badge } from '~/components/ui/badge'; +import { FileQuestion } from 'lucide-react'; + +export default function NotFound() { + return ( +
+ The page you are looking for does not exist or has been moved. +
+