mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-04-28 02:14:49 +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']} />;
|
||
|
|
}
|