mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-01-23 04:57:21 +00:00
resolve errors
This commit is contained in:
parent
113b6a8375
commit
d4a1ec74b2
@ -6,7 +6,6 @@ import { faXTwitter, faDiscord, faGithub } from '@fortawesome/free-brands-svg-ic
|
||||
import { useState, useEffect } from 'react';
|
||||
|
||||
import Logo from "./Logo"
|
||||
import Misc from "./Misc"
|
||||
|
||||
interface NowPlaying {
|
||||
album?: string
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
||||
import { faCake, faMapPin, faArrowUpRightFromSquare } from '@fortawesome/free-solid-svg-icons'
|
||||
import { faCake, faMapPin } from '@fortawesome/free-solid-svg-icons'
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
export default function Profile() {
|
||||
|
Loading…
Reference in New Issue
Block a user