mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
any
This commit is contained in:
parent
f5987b71a6
commit
18242ba058
1 changed files with 2 additions and 4 deletions
|
@ -8,13 +8,11 @@ import { Icon } from "components/Icon";
|
||||||
import { Toaster } from "react-hot-toast";
|
import { Toaster } from "react-hot-toast";
|
||||||
import { FaSpotify } from "react-icons/fa";
|
import { FaSpotify } from "react-icons/fa";
|
||||||
|
|
||||||
import profilePic from "../public/profile.webp";
|
import profilePic from "public/profile.webp";
|
||||||
import { GetServerSideProps } from "next";
|
|
||||||
import { useRouter } from "next/router";
|
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
|
|
||||||
export default function () {
|
export default function () {
|
||||||
const [spotify, setSpotify] = useState("nothing");
|
const [spotify, setSpotify] = useState<any>("nothing");
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const interval = setInterval(() => {
|
const interval = setInterval(() => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue