Skip to content

Commit

Permalink
refactor: add MapPopup to shared/components
Browse files Browse the repository at this point in the history
  • Loading branch information
vannizhang committed Apr 11, 2024
1 parent e561145 commit 3ad26ba
Show file tree
Hide file tree
Showing 7 changed files with 612 additions and 254 deletions.
2 changes: 1 addition & 1 deletion src/landsat-explorer/components/Map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { MaskLayer } from '../MaskLayer';
import { GroupLayer } from '@shared/components/GroupLayer';
import { AnalysisToolQueryLocation } from '@shared/components/AnalysisToolQueryLocation';
import { Zoom2NativeScale } from '@shared/components/Zoom2NativeScale/Zoom2NativeScale';
import { Popup } from '../PopUp/PopUp';
import { Popup } from '../PopUp';
import { MapPopUpAnchorPoint } from '@shared/components/MapPopUpAnchorPoint';
import { HillshadeLayer } from '@shared/components/HillshadeLayer/HillshadeLayer';
import { ChangeLayer } from '../ChangeLayer';
Expand Down
Loading

0 comments on commit 3ad26ba

Please sign in to comment.