Files
2025-08-07 09:15:49 -07:00

6 lines
142 B
TypeScript

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