From 5e8f98d141a27f7890da81b480fe9b4ee2f2327d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?scnoh=28=EB=85=B8=EC=8A=B9=EC=B2=A0=29?= Date: Thu, 14 Jul 2022 10:50:02 +0900 Subject: [PATCH] =?UTF-8?q?test=20component=20import=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/mapDraw/naver/NaverMap.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/mapDraw/naver/NaverMap.js b/src/components/mapDraw/naver/NaverMap.js index 91778ccb..e00a9065 100644 --- a/src/components/mapDraw/naver/NaverMap.js +++ b/src/components/mapDraw/naver/NaverMap.js @@ -5,7 +5,6 @@ import geoJson from '../geojson/airArea.json'; import { FeatureAirZone } from './feature/FeatureAirZone'; import { DrawMap } from './draw/DrawMap'; import { JQueryDraw } from './draw/JQueryDraw'; -import { JQueryTest } from './draw/JQueryTest'; export const NaverCustomMap = () => { const naver = window.naver;