chore: update paths to be more absolute

This commit is contained in:
sethburkart123
2024-08-29 16:38:44 +10:00
parent 125ebfbaea
commit 0d0e526a25
32 changed files with 63 additions and 64 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
import { addExtensionSettings, enableAnimatedBackground, GetThresholdOfColor, loadHomePage, SendNewsPage, setupSettingsButton } from "../../SEQTA";
import { addExtensionSettings, enableAnimatedBackground, GetThresholdOfColor, loadHomePage, SendNewsPage, setupSettingsButton } from "@/SEQTA";
import { updateBgDurations } from "./Animation";
import { appendBackgroundToUI } from "./ImageBackgrounds";
import stringToHTML from "../utils/stringToHTML";
import { settingsState } from "../utils/listeners/SettingsState";
import stringToHTML from "@/seqta/utils/stringToHTML";
import { settingsState } from "@/seqta/utils/listeners/SettingsState";
import { updateAllColors } from "./colors/Manager";
import { delay } from "../utils/delay";
import { delay } from "@/seqta/utils/delay";
export async function AddBetterSEQTAElements() {
if (settingsState.onoff) {