Skip to content

Commit

Permalink
fix(landsat-surface-temp): import Popup from correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
vannizhang committed Apr 11, 2024
1 parent 3ad26ba commit d8670be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/landsat-surface-temp/components/Map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { HillshadeLayer } from '@shared/components/HillshadeLayer/HillshadeLayer

import { ScreenshotWidget } from '@shared/components/ScreenshotWidget/ScreenshotWidget';
import { ZoomToExtent } from '@landsat-explorer/components/ZoomToExtent';
import { Popup } from '@landsat-explorer/components/PopUp/PopUp';
import { Popup } from '@landsat-explorer/components/PopUp/';
import { MaskLayer } from '@landsat-explorer/components/MaskLayer';
import { LandsatLayer } from '../LandsatLayer';
import { SwipeWidget } from '../SwipeWidget';
Expand Down

0 comments on commit d8670be

Please sign in to comment.