Skip to content

Commit

Permalink
Fix build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
heipiao233 committed Jul 28, 2023
1 parent 7324b07 commit 45e9245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import path from "path";
import { Account } from "./auth/account.js";
import { FormattedError } from "./errors/FormattedError.js";
import { Launcher } from "./launcher.js";
import ModManager from "./mods/manage/ModManager.js";
import { ModManager } from "./mods/manage/ModManager.js";
import { Argument, Asset, AssetIndexInfo, AssetsIndex, Library, LibraryArtifact, MCVersion, checkRules } from "./schemas.js";
import { transformURL } from "./utils/TransformURL.js";
import { checkFile } from "./utils/check_file.js";
Expand Down

0 comments on commit 45e9245

Please sign in to comment.