mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Move bx-events/exposed/flags files to utils/
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { getBuildConfig } from "./build-config" with { type: "macro" };
|
||||
import "./utils/global";
|
||||
import { BxEvent } from "./modules/bx-event";
|
||||
import { BX_FLAGS } from "./modules/bx-flags";
|
||||
import { BxExposed } from "./modules/bx-exposed";
|
||||
import { BxEvent } from "./utils/bx-event";
|
||||
import { BX_FLAGS } from "./utils/bx-flags";
|
||||
import { BxExposed } from "./utils/bx-exposed";
|
||||
import { t } from "./modules/translation";
|
||||
import { CE } from "./utils/html";
|
||||
import { showGamepadToast } from "./utils/gamepad";
|
||||
|
Reference in New Issue
Block a user