import ReactPlayer from "react-player/youtube"; import styles from "./YouTubeEmbed.module.css"; type Props = { id: string; }; const YouTubeEmbed = ({ id }: Props) => (
); export default YouTubeEmbed;