mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Simplify import paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { AppInterface } from "../utils/global";
|
||||
import { BxEvent } from "../utils/bx-event";
|
||||
import { PrefKey, getPref } from "../utils/preferences";
|
||||
import { AppInterface } from "@/utils/global";
|
||||
import { BxEvent } from "@/utils/bx-event";
|
||||
import { PrefKey, getPref } from "@/utils/preferences";
|
||||
|
||||
const VIBRATION_DATA_MAP = {
|
||||
'gamepadIndex': 8,
|
||||
|
Reference in New Issue
Block a user