diff --git a/pages/index.tsx b/pages/index.tsx index 53a7d52..e4d0160 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -3,10 +3,10 @@ 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 { Icon } from 'components/Icon' -import profilePic from '../public/profile.webp' import { Toaster } from 'react-hot-toast' import { FaSpotify } from 'react-icons/fa'