Move preferences.ts & settings.ts to utils/

This commit is contained in:
redphx
2024-04-27 15:23:49 +07:00
parent dcb4f7471f
commit 18f50e6a20
26 changed files with 32 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
import { t } from "../../utils/translation";
import { SettingElementType } from "../settings";
import { SettingElementType } from "../../utils/settings";
import { GamepadKey, MouseButtonCode, MouseMapTo, MkbPresetKey } from "./definitions";
import { MkbHandler } from "./mkb-handler";
import type { MkbPresetData, MkbConvertedPresetData } from "../../types/mkb";