Skip to content

Commit 3da4d13

Browse files
committed
clean up exports
1 parent f9dca23 commit 3da4d13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export * from "./constants";
22
export * from "./programs";
33
export * from "./sdk";
4-
export * from "./wrappers/smartWallet";
4+
export * from "./wrappers";

src/wrappers/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./smartWallet";

0 commit comments

Comments
 (0)