From 80fcfe3ed928cf53ee6d36ab1ff6d2225b4cefc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Wed, 2 Oct 2024 12:11:23 +0900 Subject: [PATCH] player import error fix --- com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx index 434fb5e8..1dc1679a 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx @@ -43,6 +43,7 @@ import * as Config from "../../utils/Config"; import { panel_names } from "../../utils/Config"; import { formatGMTString } from "../../utils/helperMethods"; import { SpotlightIds } from "../../utils/SpotlightIds"; +import { removeDotAndColon } from "./PlayerItemCard/PlayerItemCard"; import PlayerOverlayChat from "./PlayerOverlay/PlayerOverlayChat"; import PlayerOverlayQRCode from "./PlayerOverlay/PlayerOverlayQRCode"; import css from "./PlayerPanel.module.less";