import './SocialLinks.scss' import react, { ReactNode } from 'react' type SocialLinksProps = { children: ReactNode } function SocialLinks({ children }: SocialLinksProps) { return (