"use client"; import React from "react"; import { YMaps, Map, Placemark, ZoomControl, TypeSelector, FullscreenControl } from "@pbe/react-yandex-maps"; export default function YandexMap() { const location = { lat: 41.3111, lng: 69.2406 }; return (