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