import { Metadata } from 'next'; import ProfilePage from './ProfilePage'; export default function () { return ; } export const metadata: Metadata = { title: 'Profile', };