Skip to content

Commit

Permalink
[Maps] fix MapboxDraw import from pointing to dist just pointing to f…
Browse files Browse the repository at this point in the history
…older (#93087) (#93126)
  • Loading branch information
nreese authored Mar 1, 2021
1 parent 9acba1a commit 3976831
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3976831

Please sign in to comment.