From 87eb48cc728c55f7ad1ce5e7b4098c9b73df2daf Mon Sep 17 00:00:00 2001 From: AmirReza Jamali Date: Mon, 13 Apr 2026 10:36:25 +0330 Subject: [PATCH] fixed build issue caused by lint --- src/app/(not-found)/[...not-found]/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/(not-found)/[...not-found]/page.tsx b/src/app/(not-found)/[...not-found]/page.tsx index 09132f8..15fba07 100644 --- a/src/app/(not-found)/[...not-found]/page.tsx +++ b/src/app/(not-found)/[...not-found]/page.tsx @@ -1,9 +1,7 @@ import Image from "next/image"; import Link from "next/link"; -interface IProps {} - -const NotFoundPage = ({}: IProps) => { +const NotFoundPage = () => { return (
@@ -22,7 +20,8 @@ const NotFoundPage = ({}: IProps) => {

Page not found

- Sorry, the page you're looking for does not exist or has been removed.{" "} + Sorry, the page you`'`re looking for does not exist or has been + removed.
You can navigate to Home using