mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 20:58:27 +02:00
Simplify import paths
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { t } from "../../utils/translation";
|
||||
import { SettingElementType } from "../../utils/settings";
|
||||
import { t } from "@/utils/translation";
|
||||
import { SettingElementType } from "@/utils/settings";
|
||||
import { GamepadKey, MouseButtonCode, MouseMapTo, MkbPresetKey } from "./definitions";
|
||||
import { MkbHandler } from "./mkb-handler";
|
||||
import type { MkbPresetData, MkbConvertedPresetData } from "../../types/mkb";
|
||||
import type { PreferenceSettings } from "../../types/preferences";
|
||||
import type { MkbPresetData, MkbConvertedPresetData } from "@/types/mkb";
|
||||
import type { PreferenceSettings } from "@/types/preferences";
|
||||
|
||||
|
||||
export class MkbPreset {
|
||||
|
Reference in New Issue
Block a user