2021-06-19 00:26:24 +03:00

4 lines
217 B
TypeScript

export { default as AuthCode } from '../components/auth/AuthCode';
export { default as AuthPassword } from '../components/auth/AuthPassword';
export { default as AuthRegister } from '../components/auth/AuthRegister';