pagamio-frontend-commons-lib
Version:
Pagamio library for Frontend reusable components like the form engine and table container
8 lines (7 loc) • 620 B
JavaScript
export { default as LogoutButton } from './LogoutButton';
export { default as PagamioLoginPage, loginPageDefaultText, } from './LoginPage';
export { default as ChangePasswordPage } from './ChangePasswordPage';
export { default as PagamioCustomerRegistrationPage, customerRegistrationPageDefaultText, } from './CustomerRegistrationPage';
export { default as PagamioForgotPasswordPage, forgotPasswordDefaultText, } from './ForgotPasswordPage';
export { default as PagamioResetPasswordPage, resetPasswordDefaultText, } from './ResetPasswordPage';
export { AuthPageLayout as PagamioAuthPageLayout } from './AuthPageLayout';