diff options
Diffstat (limited to 'src/components/ProfileHoverCard/index.tsx')
-rw-r--r-- | src/components/ProfileHoverCard/index.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/ProfileHoverCard/index.tsx b/src/components/ProfileHoverCard/index.tsx new file mode 100644 index 000000000..980336ee4 --- /dev/null +++ b/src/components/ProfileHoverCard/index.tsx @@ -0,0 +1,5 @@ +import {ProfileHoverCardProps} from './types' + +export function ProfileHoverCard({children}: ProfileHoverCardProps) { + return children +} |