import styles from "./YoutubeEmbed.module.scss"; export function YoutubeEmbed({ embedId }: { embedId: string }) { return ( ); }