From 12b5114d297566019feaba3eef1b318568cb50a5 Mon Sep 17 00:00:00 2001 From: Saucy_Salad Date: Mon, 20 May 2024 07:54:37 +1000 Subject: [PATCH] removed duplicate import Image bug --- components/Footer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 81d8ddd..1c7ff2d 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,6 +1,5 @@ import Image from 'next/image'; import Link from 'next/link'; -import Image from 'next/image'; import { socialLinks } from '../public/data/data'; const Footer = () => {