mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-05-04 13:20:44 +08:00
6 lines
190 B
TypeScript
6 lines
190 B
TypeScript
|
|
import { AccountsListScreen } from '@/src/screens/accounts-list-screen';
|
||
|
|
|
||
|
|
export default function AccountOverviewListScreen() {
|
||
|
|
return <AccountsListScreen safeAreaEdges={['bottom']} />;
|
||
|
|
}
|