From 18242ba058fd7b15d5a403b1d5a71280764fc937 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Sun, 9 Oct 2022 00:29:56 +0200 Subject: [PATCH] any --- pages/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 8e9e20c..e21d28c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -8,13 +8,11 @@ import { Icon } from "components/Icon"; import { Toaster } from "react-hot-toast"; import { FaSpotify } from "react-icons/fa"; -import profilePic from "../public/profile.webp"; -import { GetServerSideProps } from "next"; -import { useRouter } from "next/router"; +import profilePic from "public/profile.webp"; import { useState } from "react"; export default function () { - const [spotify, setSpotify] = useState("nothing"); + const [spotify, setSpotify] = useState("nothing"); useEffect(() => { const interval = setInterval(() => {