Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-tide-search): removed imports for maps utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdowdle committed May 13, 2024
1 parent d0ce9e2 commit b2ac648
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import type {
import { useRippleEvent } from '@dpc-sdp/ripple-ui-core'
import type { rplEventPayload } from '@dpc-sdp/ripple-ui-core'
import { get } from 'lodash-es'
import { useMapDeadSpace } from '@dpc-sdp/ripple-ui-maps'
interface Props {
id: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ import { ref, getSingleResultValue } from '#imports'
import { useDebounceFn } from '@vueuse/core'
import { transformExtent } from 'ol/proj'
import { Extent } from 'ol/extent'
import { fitExtent, fitVictoria } from '@dpc-sdp/ripple-ui-maps'
// TODO must add analytics events
// import { useRippleEvent } from '@dpc-sdp/ripple-ui-core'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ import { get } from 'lodash-es'
import { fromLonLat, transformExtent } from 'ol/proj'
import { Extent } from 'ol/extent'
import { scrollToElementTopWithOffset } from '#imports'
import { fitExtent, fitVictoria } from '@dpc-sdp/ripple-ui-maps'
interface Props {
variant: 'mobile' | 'desktop'
Expand Down

0 comments on commit b2ac648

Please sign in to comment.