Initial frontend repository commit.
Include app source and update .gitignore to exclude local release artifacts and signing files. Made-with: Cursor
This commit is contained in:
8
src/screens/auth/index.ts
Normal file
8
src/screens/auth/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 认证屏幕导出
|
||||
* 胡萝卜BBS - 登录注册模块
|
||||
*/
|
||||
|
||||
export { LoginScreen } from './LoginScreen';
|
||||
export { RegisterScreen } from './RegisterScreen';
|
||||
export { ForgotPasswordScreen } from './ForgotPasswordScreen';
|
||||
Reference in New Issue
Block a user