Skip to content

Commit

Permalink
fix: import breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
Complexlity committed Sep 11, 2024
1 parent 6fb656c commit 332b2fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export * from "./uniFarcasterSdk";
import { uniFarcasterSdk } from "./uniFarcasterSdk";

export default uniFarcasterSdk;
export * from "./lib/types";
export * from "./uniFarcasterSdk";

0 comments on commit 332b2fb

Please sign in to comment.