AFFiNE/libs/components/account/src/index.ts

4 lines
107 B
TypeScript
Raw Normal View History

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