diff --git a/pages/index.tsx b/pages/index.tsx index ce22ce1..784a7b8 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -3,7 +3,6 @@ import Link from 'next/link' import React from 'react' import useSWR from 'swr' import FadeIn from 'react-fade-in' -import profilePic from '../public/profile.webp' import { socials } from 'components/data/socials' import { Footer } from 'components/Footer'