Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-ui-maps): 🐛 fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Jan 5, 2024
1 parent ef5b9f6 commit 505d3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ripple-ui-maps/src/components/map/RplMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { useRippleEvent, rplEventPayload } from '@dpc-sdp/ripple-ui-core'

Check warning on line 2 in packages/ripple-ui-maps/src/components/map/RplMap.vue

View workflow job for this annotation

GitHub Actions / Test

'useRippleEvent' is defined but never used. Allowed unused vars must match /props/u

Check warning on line 2 in packages/ripple-ui-maps/src/components/map/RplMap.vue

View workflow job for this annotation

GitHub Actions / Test

'rplEventPayload' is defined but never used. Allowed unused vars must match /props/u
import { RplIcon } from '@dpc-sdp/ripple-ui-core/vue'
import type { IRplMapFeature } from './../../types'
import { onMounted, onUnmounted, ref, inject, computed } from 'vue'
import { onMounted, onUnmounted, ref, inject, computed, watch } from 'vue'
import { Map } from 'ol'
import { Point } from 'ol/geom'
import Icon from 'ol/style/Icon'
Expand Down

0 comments on commit 505d3d7

Please sign in to comment.