Skip to content

Commit

Permalink
Merge pull request #3099 from Atralupus/fix/has-export-path
Browse files Browse the repository at this point in the history
Fix has export path
  • Loading branch information
Atralupus authored Dec 22, 2024
2 parents f747e38 + ddd6dd6 commit 7eafdd2
Show file tree
Hide file tree
Showing 2 changed files with 9 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,9 @@
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 7eafdd2

Please sign in to comment.