fix: fixing import
Some checks failed
Build Renderer / build (push) Has been cancelled
Release / build (ubuntu-latest) (push) Has been cancelled
Release / build (windows-2022) (push) Has been cancelled

This commit is contained in:
Chubby Granny Chaser
2025-10-29 02:55:37 +00:00
parent f99f8d9554
commit e143fadf38

View File

@@ -24,7 +24,7 @@ import type {
UserPreferences,
} from "@types";
import { AuthPage, generateAchievementCustomNotificationTest } from "@shared";
import { appVersion, isStaging } from "@main/constants";
import { isStaging } from "@main/constants";
import { logger } from "./logger";
export class WindowManager {