import React from 'react'; const YoutubeEmbed = ({ link }) => { return (
); }; export default YoutubeEmbed;