Skip to content

Commit

Permalink
delete unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi-of-the-sea committed Feb 17, 2025
1 parent c80b169 commit 760034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clients/dish/src/plugins/Gfi/ContentIntern.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<script lang="ts">
import Vue from 'vue'
import { mapActions, mapMutations, mapGetters } from 'vuex'
import { mapMutations, mapGetters } from 'vuex'
import { denkmaelerWMS, alkisWms } from '../../servicesConstants'
import SharedContent from './SharedContent.vue'
import SwitchButton from './SwitchButton.vue'
Expand Down

0 comments on commit 760034c

Please sign in to comment.