Remove junk
This commit is contained in:
parent
6eb8ba80c7
commit
5215d590c0
@ -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 {
|
||||
|
@ -1,14 +1,5 @@
|
||||
import Image from "next/image";
|
||||
|
||||
/**
|
||||
*
|
||||
* placeholder?: PlaceholderValue;
|
||||
blurDataURL?: string;
|
||||
unoptimized?: boolean;
|
||||
* @param {*} props
|
||||
* @returns
|
||||
*/
|
||||
|
||||
const Avatar = (props) => {
|
||||
return <>
|
||||
<Image
|
||||
|
@ -6,7 +6,7 @@ export default class Utils {
|
||||
/**
|
||||
* Returns the information for the given website type.
|
||||
*
|
||||
* @param {String} website
|
||||
* @param {WebsiteTypes} website
|
||||
* @returns The website type's information.
|
||||
*/
|
||||
getWebsiteApi(website) {
|
||||
|
Reference in New Issue
Block a user