Skip to content

Commit

Permalink
fix has export path
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus committed Dec 19, 2024
1 parent 3982738 commit c3439b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions integrations/javascript/@planetarium/lib9c/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export {
TransferAssets,
type TransferAssetsArgs,
} from "./actions/transfer_assets.js";
export {
HackAndSlash,
type HackAndSlashArgs,
} from "./actions/hack_and_slash.js";
export {
DeliverToOtherGarages,
type DeliverToOtherGaragesArgs,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { describe } from "vitest";
import { HackAndSlash } from "../../src/actions/hack_and_slash.js";
import { RuneSlotInfo, uuidToGuidBytes } from "../../src/index.js";
import { HackAndSlash, RuneSlotInfo, uuidToGuidBytes } from "../../src/index.js";
import { runTests } from "./common.js";
import { avatarAddress } from "./fixtures.js";

Expand Down

0 comments on commit c3439b4

Please sign in to comment.