Skip to content

Commit

Permalink
fix(customOverlay): temporarily delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongkyuuuu committed Oct 10, 2021
1 parent 215b2b6 commit 58734c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import NaverRectangle from "./components/Rectangle.vue";
import NaverPolygon from "./components/Polygon.vue";
import NaverPolyline from "./components/Polyline.vue";
import NaverGroundOverlay from "./components/GroundOverlay.vue";
import NaverCustomOverlay from "./components/CutsomOverlay.vue";
// import NaverCustomOverlay from "./components/CutsomOverlay.vue";

export { naverV3 } from "./types";

Expand All @@ -26,6 +26,6 @@ export {
NaverPolygon,
NaverPolyline,
NaverGroundOverlay,
NaverCustomOverlay,
// NaverCustomOverlay,
};
export default install;

0 comments on commit 58734c3

Please sign in to comment.