Update index.tsx

This commit is contained in:
skidoodle 2022-08-14 21:41:51 +02:00 committed by GitHub
parent 8c2fd07aeb
commit 6087826a56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'