import { Layout } from '../components/layout/Layout'; import { UserProfile } from '../components/profile/UserProfile'; export function ProfilePage() { return (

Profile Settings

Manage your account information and subscription

); }