Skip to content

Commit 01493e0

Browse files
authored
Update NotFound.tsx
1 parent dd7a654 commit 01493e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/NotFound.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { Home } from 'lucide-react';
66
import { motion } from 'framer-motion';
77

88
const NotFound: React.FC = () => {
9+
910
return (
1011
<div className="min-h-screen flex items-center justify-center bg-secondary/20 p-4">
1112
<motion.div
@@ -72,4 +73,4 @@ const NotFound: React.FC = () => {
7273
);
7374
};
7475

75-
export default NotFound;
76+
export default NotFound;

0 commit comments

Comments
 (0)