Simplify import paths again

This commit is contained in:
redphx
2024-05-01 22:14:28 +07:00
parent 0114108bdf
commit 06c6b8c5af
36 changed files with 190 additions and 186 deletions

View File

@@ -1,6 +1,6 @@
import { PrefKey, getPref, setPref } from "./preferences";
import { SCRIPT_VERSION } from "./global";
import { UserAgent } from "./user-agent";
import { PrefKey, getPref, setPref } from "@utils/preferences";
import { SCRIPT_VERSION } from "@utils/global";
import { UserAgent } from "@utils/user-agent";
export function checkForUpdate() {
const CHECK_INTERVAL_SECONDS = 2 * 3600; // check every 2 hours