Skip to content

Commit

Permalink
BGDIINF_SB-3194: Moved LayerCatalogue out of topics
Browse files Browse the repository at this point in the history
Because this component will be reused by the import tool move it out of topics.
  • Loading branch information
ltshb committed Nov 30, 2023
1 parent d35ad8f commit 6a75c63
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 6a75c63

Please sign in to comment.