Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 1c47602

Browse files
fix: Fix wrong filename
1 parent 9af9f79 commit 1c47602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { installMod, getReleaseMetadata, isInstallPossible, updatePaths, checkMa
33
import { deleteLegacyYM } from "./utils.js";
44
import { getState } from "./state.js";
55
import { mainWindow } from "./index.js";
6-
import Events from "./types/events.js";
6+
import Events from "./types/Events.js";
77

88
const State = getState();
99

0 commit comments

Comments
 (0)