mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-04-25 17:24:46 +08:00
feat: streamline account overview list workflow
This commit is contained in:
5
app/accounts/overview.tsx
Normal file
5
app/accounts/overview.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { AccountsListScreen } from '@/src/screens/accounts-list-screen';
|
||||
|
||||
export default function AccountOverviewListScreen() {
|
||||
return <AccountsListScreen safeAreaEdges={['bottom']} />;
|
||||
}
|
||||
Reference in New Issue
Block a user