import { YouTubeEmbed } from '@next/third-parties/google' const Page = () => { return (

Youtube Embed

) } export default Page