Fix: Fixed import errors in change-game-playtime.ts

This commit is contained in:
Moyasee
2025-09-17 12:41:41 +03:00
parent af1b3d4535
commit adc4af731e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
import { HydraApi } from "@main/services";
import { registerEvent } from "../register-event";
import { GameShop } from "@types";
import { gamesSublevel } from "@main/level";
import { levelKeys } from "@main/level";
import { gamesSublevel , levelKeys } from "@main/level";
const changeGamePlaytime = async (
_event: Electron.IpcMainInvokeEvent,