'use client' import type { Profile } from './types' interface ProfileTabProps { profile: Profile | null } export default function ProfileTab({ profile }: ProfileTabProps) { return (

Relevanzprofil