feat: streamline account overview list workflow

This commit is contained in:
xuhongbin
2026-03-11 20:47:50 +08:00
parent 4c1fb895d6
commit 3177500f74
8 changed files with 419 additions and 387 deletions

View File

@@ -0,0 +1,5 @@
import { AccountsListScreen } from '@/src/screens/accounts-list-screen';
export default function AccountOverviewListScreen() {
return <AccountsListScreen safeAreaEdges={['bottom']} />;
}