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(() => {