@spartacus/user
Version:
User feature library for Spartacus
9 lines (8 loc) • 323 B
TypeScript
export * from './close-account/index';
export * from './forgot-password/index';
export * from './register/index';
export * from './reset-password/index';
export * from './update-email/index';
export * from './update-password/index';
export * from './update-profile/index';
export * from './user-profile-components.module';