import { PageLayout } from '../../components/_shared/PageLayout' import { AuthGuard } from '../../components/AuthGuard' import { ProfileSubscriptions } from '../../components/Views/ProfileSubscriptions' export const ProfileSubscriptionsPage = () => { return ( ) } export const Page = ProfileSubscriptionsPage