Minor fix

This commit is contained in:
redphx 2024-10-19 18:40:59 +07:00
parent 87447df7fd
commit 1b2cf70248

View File

@ -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";