diff --git a/src/app/page.tsx b/src/app/page.tsx index 64befca..234878b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ */ import Head from "next/head"; -import Image from "next/image"; export default function Page() { return ( @@ -15,12 +14,11 @@ export default function Page() {