From bbfa968ee8e188bc2335633f770d843616bca189 Mon Sep 17 00:00:00 2001 From: apatil Date: Fri, 2 May 2025 00:21:59 +0100 Subject: [PATCH] Correcting eslint failures --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bfebd5..cfca008 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,9 +1,7 @@ -import Image from "next/image"; - export default function Home() { return (
-

The Coding Grizzly

+

The Coding Grizzly

); }