From 6087826a560278eb68d69a47fcd37078176099c4 Mon Sep 17 00:00:00 2001 From: skidoodle <53189968+skidoodle@users.noreply.github.com> Date: Sun, 14 Aug 2022 21:41:51 +0200 Subject: [PATCH] Update index.tsx --- pages/index.tsx | 1 - 1 file changed, 1 deletion(-) 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'