accounts-frontend/packages/app/components/profile/multiFactorAuth/index.ts

5 lines
129 B
TypeScript
Raw Normal View History

import { MfaStep as TMfaStep } from './MfaEnable';
2019-12-07 16:58:52 +05:30
export { default } from './MultiFactorAuth';
export type MfaStep = TMfaStep;