From 422d0a74d43fc6d60e2e1ea8606e6b0664363b60 Mon Sep 17 00:00:00 2001 From: Derek Slenk Date: Fri, 27 Jun 2025 02:43:17 +0000 Subject: [PATCH] You forgot to upload the picture? --- src/app/not-found.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {