Skip to content

Commit

Permalink
fix: BasicTool not defined error
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Sep 24, 2024
1 parent 948643a commit d8334e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from "./ztoolkit.js";
export * from "./basic.js";
export * from "./tools/ui.js";
export * from "./tools/reader.js";
Expand All @@ -15,3 +14,4 @@ export * from "./helpers/largePref.js";
export * from "./managers/keyboard.js";
export * from "./helpers/patch.js";
export * from "./helpers/guide.js";
export * from "./ztoolkit.js";

0 comments on commit d8334e7

Please sign in to comment.