import {ProfileHoverCardProps} from './types' export function ProfileHoverCard({children}: ProfileHoverCardProps) { return children }