Skip to content

Commit

Permalink
Add default export
Browse files Browse the repository at this point in the history
  • Loading branch information
a2br committed Dec 25, 2020
1 parent 04f2b95 commit 3cd2576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as accounts from "./account_types";
import { Session } from "./Session";

export { Session, accounts };
export default { Session, accounts };

0 comments on commit 3cd2576

Please sign in to comment.