Skip to content

Commit

Permalink
fix: swap.errors visibility (#291)
Browse files Browse the repository at this point in the history
# Motivation

Make swap error types visible from outside.

# Changes

- add swap.errors to index.ts
  • Loading branch information
mstrasinskis committed Feb 13, 2023
1 parent d775fc0 commit f0cf6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sns/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export type {
export * from "./enums/governance.enums";
export * from "./enums/swap.enums";
export * from "./errors/governance.errors";
export * from "./errors/swap.errors";
export { SnsGovernanceCanister } from "./governance.canister";
export { SnsRootCanister } from "./root.canister";
export * from "./sns";
Expand Down

0 comments on commit f0cf6bc

Please sign in to comment.