import type { ReactNode } from "react"; export function ShareEyebrow({ children }: { children: ReactNode }) { return ( {children} ); }