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

Google Maps Embed

) } export default Page