Skip to content

Commit

Permalink
Merge pull request #550 from geoadmin/feat-BGDIINF_SB-3194-import-too…
Browse files Browse the repository at this point in the history
…l-ui-p1

BGDIINF_SB-3194: Moved LayerCatalogue out of topics
  • Loading branch information
ltshb authored Dec 1, 2023
2 parents d35ad8f + 6a75c63 commit a5fe309
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import LayerCatalogueItem from '@/modules/menu/components/topics/LayerCatalogueItem.vue'
import LayerCatalogueItem from '@/modules/menu/components/LayerCatalogueItem.vue'
import { defineProps } from 'vue'
import { useStore } from 'vuex'
Expand Down
2 changes: 1 addition & 1 deletion src/modules/menu/components/topics/MenuTopicSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script>
import MenuSection from '@/modules/menu/components/menu/MenuSection.vue'
import LayerCatalogue from '@/modules/menu/components/topics/LayerCatalogue.vue'
import LayerCatalogue from '@/modules/menu/components/LayerCatalogue.vue'
import MenuTopicSelectionPopup from '@/modules/menu/components/topics/MenuTopicSelectionPopup.vue'
import { mapActions, mapGetters, mapState } from 'vuex'
Expand Down

0 comments on commit a5fe309

Please sign in to comment.