1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-30 13:41:22 +00:00
Files
commerce/site/components/auth/index.ts
2022-01-07 11:48:45 -05:00

4 lines
165 B
TypeScript

export { default as LoginView } from './LoginView'
export { default as SignUpView } from './SignUpView'
export { default as ForgotPassword } from './ForgotPassword'