yandes types issue

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-08 19:46:34 +05:00
parent 63a930afae
commit 36c20dd660

View File

@@ -9,8 +9,8 @@ interface YandexMapProps {
}
export default function YandexMap({
lat = 41.3111,
lng = 69.2406,
lat = 41.263731,
lng = 69.219434,
zoom = 12,
}: YandexMapProps) {
const mapRef = useRef<HTMLDivElement>(null);