丁烨烨 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;