Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Apr 25, 2024
1 parent 8d95429 commit d02912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/spatialdisplay/SpatialDisplayComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ import debounce from 'lodash-es/debounce'
import { useUserSettingsStore } from '@/stores/userSettings'
import type { MapLayerMouseEvent, MapLayerTouchEvent } from 'maplibre-gl'
import { configManager } from '@/services/application-config'
import type { Layer } from '@deltares/fews-wms-requests'
import type { Layer, Style } from '@deltares/fews-wms-requests'
import { LayerKind } from '@/lib/streamlines'
import { pointToGeoJson } from '@/lib/topology/coordinates'
import { SecondaryWorkflowGroupItem } from '@deltares/fews-pi-requests'
Expand Down

0 comments on commit d02912f

Please sign in to comment.