This commit is contained in:
parent
2c266b54ea
commit
cf1194c635
@ -10,6 +10,7 @@ import {
|
|||||||
UserIcon,
|
UserIcon,
|
||||||
XMarkIcon,
|
XMarkIcon,
|
||||||
} from "@heroicons/react/20/solid";
|
} from "@heroicons/react/20/solid";
|
||||||
|
import dynamic from "next/dynamic";
|
||||||
import { useRef } from "react";
|
import { useRef } from "react";
|
||||||
import { toast } from "react-toastify";
|
import { toast } from "react-toastify";
|
||||||
import { useStore } from "zustand";
|
import { useStore } from "zustand";
|
||||||
@ -18,7 +19,8 @@ import Button from "../Button";
|
|||||||
import Card from "../Card";
|
import Card from "../Card";
|
||||||
import CountyFlag from "../CountryFlag";
|
import CountyFlag from "../CountryFlag";
|
||||||
import Label from "../Label";
|
import Label from "../Label";
|
||||||
import PPGainLabel from "./PPGainLabel";
|
|
||||||
|
const PPGainLabel = dynamic(() => import("./PPGainLabel"));
|
||||||
|
|
||||||
type PlayerInfoProps = {
|
type PlayerInfoProps = {
|
||||||
playerData: ScoresaberPlayer;
|
playerData: ScoresaberPlayer;
|
||||||
|
Loading…
Reference in New Issue
Block a user