diff --git a/src/en/examples/vector/drag-n-drop.js b/src/en/examples/vector/drag-n-drop.js index 653aca51..8637df44 100644 --- a/src/en/examples/vector/drag-n-drop.js +++ b/src/en/examples/vector/drag-n-drop.js @@ -1,6 +1,6 @@ import 'ol/ol.css'; //! [import] -import DragDrop from 'ol/interaction/DragAndDrop'; +import DragDrop from 'ol/interaction/draganddrop'; //! [import] import GeoJSON from 'ol/format/geojson'; import Map from 'ol/map';