import { AuthGuard } from '~/components/AuthGuard' import { ProfileSubscriptions } from '~/components/Views/ProfileSubscriptions' import { PageLayout } from '~/components/_shared/PageLayout' import { useLocalize } from '~/context/localize' export default () => { const { t } = useLocalize() return ( ) }