summaryrefslogtreecommitdiff
path: root/web/js/browser/browser.js
blob: aa8b4446b815731966c5f07ec024914b36341844 (plain)
1
2
3
4
import AuthClient from './lib/client';
export * from './lib/client';
export * from './lib/recoveryKey';
export default AuthClient;