about summary refs log tree commit diff
path: root/src/components/ProfileHoverCard/index.tsx
blob: b33fdec2d68a1bc446ddd9d135415e1509a4d373 (plain) (blame)
1
2
3
4
5
import {type ProfileHoverCardProps} from './types'

export function ProfileHoverCard({children}: ProfileHoverCardProps) {
  return children
}