From 1b2cf702481e76571c32cf9d058c44d936fe426b Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:40:59 +0700 Subject: [PATCH] Minor fix --- src/modules/game-bar/game-bar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";