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

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