Export SignInConfig type

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-04-09 13:02:54 -06:00
parent 93dc706eea
commit 8fd2a33642
@@ -14,4 +14,5 @@
* limitations under the License.
*/
export type { SignInConfig } from './types';
export { SignInPage } from './SignInPage';