Skip to content

Commit

Permalink
fix: export new sso forms
Browse files Browse the repository at this point in the history
  • Loading branch information
jrea committed May 4, 2023
1 parent 0a989a9 commit af7dd39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ export { default as OrganizationForm } from './components/OrganizationForm';

export { default as GoogleLoginButton } from './GoogleLoginButton';
export * from './GoogleLoginButton';

export * from './SignUpForm';
export { default as UserSignupForm } from './SignUpForm';

export * from './LoginForm';
export { default as UserLoginForm } from './LoginForm';

0 comments on commit af7dd39

Please sign in to comment.