diff --git a/src/modules/game-bar/game-bar.ts b/src/modules/game-bar/game-bar.ts index 369fbd1..04f853b 100644 --- a/src/modules/game-bar/game-bar.ts +++ b/src/modules/game-bar/game-bar.ts @@ -1,4 +1,4 @@ -import { CE, clearFocus, createSvgIcon } from "@utils/html"; +import { CE, createSvgIcon } from "@utils/html"; import { ScreenshotAction } from "./action-screenshot"; import { TouchControlAction } from "./action-touch-control"; import { BxEvent } from "@utils/bx-event";