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