[Maps] fix MapboxDraw import from pointing to dist just pointing to folder (#93087)

This commit is contained in:
Nathan Reese 2021-03-01 14:11:39 -07:00 committed by GitHub
parent 08c40955a4
commit 59c0380de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
import _ from 'lodash';
import React from 'react';
import { DRAW_TYPE } from '../../../../common/constants';
import MapboxDraw from '@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw-unminified';
import MapboxDraw from '@mapbox/mapbox-gl-draw';
import DrawRectangle from 'mapbox-gl-draw-rectangle-mode';
import { DrawCircle } from './draw_circle';
import {