import { AccountLinks } from './links.mjs'
export const AccountOverview = ({ app }) => <AccountLinks account={app.account} />