From 86ca4f8b65f30b566b2c91c27dc7567a0dfdc324 Mon Sep 17 00:00:00 2001
From: Victor Tihomirov
Date: Sat, 2 Sep 2023 10:05:37 +0200
Subject: [PATCH] fixed not-found component navigation
---
src/app/not-found.tsx | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx
index 63d0c6d..436e03a 100644
--- a/src/app/not-found.tsx
+++ b/src/app/not-found.tsx
@@ -1,7 +1,4 @@
-'use client';
-
import Image from 'next/image';
-import Link from 'next/link';
import image404 from '@images/404.jpg';
@@ -31,9 +28,9 @@ export default function NotFound() {
The page you are looking for could not be found.
-
+
BACK TO HOME
-
+