Skip to content

Commit

Permalink
chore: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jul 30, 2024
1 parent 130670a commit 3c48a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MapView.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Polygon from '@arcgis/core/geometry/Polygon';
import VectorTileLayer from '@arcgis/core/layers/VectorTileLayer';
import EsriMap from '@arcgis/core/Map';
import MapView from '@arcgis/core/views/MapView';
import LayerSelector from '@ugrc/layer-selector/dev';
import WebMap from '@arcgis/core/WebMap';
import LayerSelector from '@ugrc/layer-selector';
import PropTypes from 'prop-types';
import { useEffect, useRef, useState } from 'react';
import useMap from './hooks/useMap';
Expand Down

0 comments on commit 3c48a61

Please sign in to comment.