diff options
author | Geireann Lindfield Roberts <geireann_lindfield_roberts@brown.edu> | 2025-01-01 22:32:19 -0800 |
---|---|---|
committer | Geireann Lindfield Roberts <geireann_lindfield_roberts@brown.edu> | 2025-01-01 22:32:19 -0800 |
commit | 18774b42e3c8e1e899978fe9f16a4d123adee803 (patch) | |
tree | fe538b147632fcb71dd27403231c6610822e8fbc /src/client/views/nodes/MapBox/MapBox.tsx | |
parent | 96aff4f0c900a9e13a1a4916c6d4d945c544060c (diff) |
monorepo setup
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.tsx')
-rw-r--r-- | src/client/views/nodes/MapBox/MapBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.tsx b/src/client/views/nodes/MapBox/MapBox.tsx index 4a436319b..c4bb7c47d 100644 --- a/src/client/views/nodes/MapBox/MapBox.tsx +++ b/src/client/views/nodes/MapBox/MapBox.tsx @@ -2,7 +2,7 @@ import { IconLookup, faCircleXmark, faGear, faPause, faPlay, faRotate } from '@f import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { Checkbox, FormControlLabel, TextField } from '@mui/material'; import * as turf from '@turf/turf'; -import { IconButton, Size, Type } from 'browndash-components'; +import { IconButton, Size, Type } from '@dash/components'; import * as d3 from 'd3'; import { Feature, FeatureCollection, GeoJsonProperties, Geometry, LineString, Position } from 'geojson'; import mapboxgl, { LngLatBoundsLike, MapLayerMouseEvent } from 'mapbox-gl'; |