diff --git a/packages/sdk/src/inscription/index.ts b/packages/sdk/src/inscription/index.ts index d0c5a11f..7005502a 100644 --- a/packages/sdk/src/inscription/index.ts +++ b/packages/sdk/src/inscription/index.ts @@ -2,4 +2,5 @@ export * from "./collection" export * from "./commit" export * from "./instant-buy" export * from "./psbt" -export * from "./witness" +export * from "./types" +export * from "./witness" \ No newline at end of file