Skip to content

Commit e552db1

Browse files
authored
Removed duplicate import Image bug (#11)
1 parent 4a359ad commit e552db1

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)