diff --git a/pages/index.js b/pages/index.js index 75d48ab..05e1790 100644 --- a/pages/index.js +++ b/pages/index.js @@ -4,7 +4,6 @@ import PlayerStats from '../src/components/PlayerStats'; import ScoreStats from '../src/components/ScoreStats'; import SongInfo from "../src/components/SongInfo"; -import Config from '../config.json'; import Utils from '../src/utils/utils'; export default class Home extends Component { diff --git a/src/components/Avatar.js b/src/components/Avatar.js index e7b7924..6406488 100644 --- a/src/components/Avatar.js +++ b/src/components/Avatar.js @@ -1,14 +1,5 @@ import Image from "next/image"; -/** - * - * placeholder?: PlaceholderValue; - blurDataURL?: string; - unoptimized?: boolean; - * @param {*} props - * @returns - */ - const Avatar = (props) => { return <>