mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 05:38:27 +02:00
Simplify import paths again
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import { GamepadKey } from "./definitions";
|
||||
import { CE, createButton, ButtonStyle } from "@/utils/html";
|
||||
import { t } from "@/utils/translation";
|
||||
import { Dialog } from "@/modules/dialog";
|
||||
import { getPref, setPref, PrefKey } from "@/utils/preferences";
|
||||
import { CE, createButton, ButtonStyle } from "@utils/html";
|
||||
import { t } from "@utils/translation";
|
||||
import { Dialog } from "@modules/dialog";
|
||||
import { getPref, setPref, PrefKey } from "@utils/preferences";
|
||||
import { MkbPresetKey, GamepadKeyName } from "./definitions";
|
||||
import { KeyHelper } from "./key-helper";
|
||||
import { MkbPreset } from "./mkb-preset";
|
||||
import { MkbHandler } from "./mkb-handler";
|
||||
import { LocalDb } from "@/utils/local-db";
|
||||
import { Icon } from "@/utils/html";
|
||||
import { SettingElement } from "@/utils/settings";
|
||||
import { LocalDb } from "@utils/local-db";
|
||||
import { Icon } from "@utils/html";
|
||||
import { SettingElement } from "@utils/settings";
|
||||
import type { MkbPresetData, MkbStoredPresets } from "@/types/mkb";
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user