From 5215d590c0eac578821773b8f24306c55b39e1b0 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Sat, 8 Oct 2022 19:17:49 +0100 Subject: [PATCH] Remove junk --- pages/index.js | 1 - src/components/Avatar.js | 9 --------- src/utils/utils.js | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) 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 <>