Skip to content

Commit be4fb70

Browse files
authored
fix(packages): babylon sdk export (#52)
1 parent c3ef486 commit be4fb70

File tree

1 file changed

+1
-1
lines changed
  • packages/babylon-proto-ts/src/lib

1 file changed

+1
-1
lines changed

packages/babylon-proto-ts/src/lib/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import createClient from "./client";
22
import txs from "./txs";
33
import utils from "./utils";
44

5-
export default {
5+
export {
66
utils,
77
txs,
88
createClient

0 commit comments

Comments
 (0)