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