import ChangePasswordForm from '@/components/account/change-password-form' export const metadata = { title: 'Account' } export default function AccountPage() { return (

Account

Manage your password.

) }