Skip to content

Commit

Permalink
feat: export session store from sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Gancho Radkov committed Nov 29, 2023
1 parent 19598a8 commit 5b78ef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sign-client/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { SignClient as Client } from "./client";

import { Session } from "./controllers/session";
export const SessionStore = Session;
export * from "./constants";

export const SignClient = Client;
Expand Down

0 comments on commit 5b78ef9

Please sign in to comment.