AFFiNE/libs/components/account/src/index.ts
2022-07-22 15:49:21 +08:00

4 lines
107 B
TypeScript

export { Login } from './login';
export { Error } from './error';
export { PageLoading } from './loading';