const SoundCloudEmbed = ({ link }: { link: string }) => { return ( ); }; export default SoundCloudEmbed;