Files
frontend/src/screens/auth/index.ts
lan 3968660048 Initial frontend repository commit.
Include app source and update .gitignore to exclude local release artifacts and signing files.

Made-with: Cursor
2026-03-09 21:29:03 +08:00

9 lines
227 B
TypeScript

/**
* 认证屏幕导出
* 胡萝卜BBS - 登录注册模块
*/
export { LoginScreen } from './LoginScreen';
export { RegisterScreen } from './RegisterScreen';
export { ForgotPasswordScreen } from './ForgotPasswordScreen';