丁烨烨 пре 9 месеци
родитељ
комит
ccb9250106
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      components/gisMap.tsx

+ 2 - 2
components/gisMap.tsx

@@ -165,8 +165,8 @@ function GisMap(props:{height:string}) {
           <div ref={mapRef} className="flex-1 h-full"></div>
         </div>
       </div>
-    </>
-  );
+    </>  );
+
 }
 
 export default GisMap;