Skip to content

Commit

Permalink
Export EmailPasswordForm (#11)
Browse files Browse the repository at this point in the history
# Export more utils and EmailPasswordForm

## ♻️ Current situation & Problem
In the Spezi-Web-Health-Components it would be neat if we could make use
of `useOpenState`. In the Spezi-Web-Template-App the same applies for
the `EmailPasswordForm`.


## ⚙️ Release Notes 
- export `useOpenState`, `misc`, and `EmailPasswordForm` in the
`index.ts`.

## 📝 Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).

---------

Co-authored-by: Arkadiusz Bachorski <60391032+arkadiuszbachorski@users.noreply.github.com>
  • Loading branch information
NikolaiMadlener and arkadiuszbachorski authored Nov 11, 2024
1 parent bb3c96c commit 7d6d7eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/auth/SignInForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
//

export * from './SignInForm'
export * from './EmailPasswordForm'

0 comments on commit 7d6d7eb

Please sign in to comment.