Files
sub2api-mobile/app/accounts/overview.tsx

6 lines
190 B
TypeScript
Raw Normal View History

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