import Navigation from '../Navigation'; import ProfileClient from './ProfileClient'; export const metadata = { title: 'Min profil' }; export default function ProfilPage() { return ( <>

Min profil

); }