import SocialShareBar from './SocialShareBar' import type { Item } from '#types/Item' export const GroupSubHeaderView = ({ item, shareBaseUrl, platforms, }: { item: Item shareBaseUrl: string platforms?: string[] }) => (