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