diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index c3aa7ad..64d35bb 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -1,3 +1,4 @@ + import Link from 'next/link'; import { Button } from '@/components/ui/button'; import Image from 'next/image'; @@ -9,7 +10,7 @@ export default function NotFound() {