mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 05:08:26 +02:00
Simplify import paths again
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { MkbPreset } from "@/modules/mkb/mkb-preset";
|
||||
import { PrefKey, setPref } from "./preferences";
|
||||
import { t } from "./translation";
|
||||
import { MkbPreset } from "@modules/mkb/mkb-preset";
|
||||
import { PrefKey, setPref } from "@utils/preferences";
|
||||
import { t } from "@utils/translation";
|
||||
import type { MkbStoredPreset, MkbStoredPresets } from "@/types/mkb";
|
||||
|
||||
export class LocalDb {
|
||||
|
Reference in New Issue
Block a user