We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7a654 commit 01493e0Copy full SHA for 01493e0
src/pages/NotFound.tsx
@@ -6,6 +6,7 @@ import { Home } from 'lucide-react';
6
import { motion } from 'framer-motion';
7
8
const NotFound: React.FC = () => {
9
+
10
return (
11
<div className="min-h-screen flex items-center justify-center bg-secondary/20 p-4">
12
<motion.div
@@ -72,4 +73,4 @@ const NotFound: React.FC = () => {
72
73
);
74
};
75
-export default NotFound;
76
+export default NotFound;
0 commit comments