Skip to content

Commit

Permalink
Fix import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MythicManiac committed Jan 30, 2024
1 parent b8ecd01 commit 4d361e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/installers/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BepInExInstaller } from "./BepInExInstaller";
import { GodotMLInstaller } from "./GodotMLInstaller";
import { MelonLoaderInstaller } from "./MelonLoaderInstaller";
import { PackageInstaller } from "./PackageInstaller";
import { InstallRuleInstaller } from "src/installers/InstallRuleInstaller";
import { InstallRuleInstaller } from "./InstallRuleInstaller";


const _PackageInstallers = {
Expand Down
2 changes: 1 addition & 1 deletion src/model/installing/PackageLoader.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PackageInstallerId, PackageInstallers } from "src/installers/registry";
import { PackageInstallerId, PackageInstallers } from "../../installers/registry";

export enum PackageLoader {
BEPINEX,
Expand Down

0 comments on commit 4d361e4

Please sign in to comment.