Skip to content

Commit 7123a16

Browse files
authored
Removed duplicate import Image bug (#11)
1 parent ad5d321 commit 7123a16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/Footer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Image from 'next/image';
22
import Link from 'next/link';
3-
import Image from 'next/image';
43
import { socialLinks } from '../public/data/data';
54

65
const Footer = () => {

0 commit comments

Comments
 (0)