From 36c20dd660f44ae22a88af23d19172cbc5b4173d Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Sat, 8 Nov 2025 19:46:34 +0500 Subject: [PATCH] yandes types issue --- components/lib_components/google.map.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib_components/google.map.tsx b/components/lib_components/google.map.tsx index 6d971b0..92215b1 100644 --- a/components/lib_components/google.map.tsx +++ b/components/lib_components/google.map.tsx @@ -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(null);