Skip to content

Commit

Permalink
Move component
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Sep 6, 2022
1 parent 53498cf commit 180f22f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/modules/otus/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
import { ref, watch } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import Breadcrumb from '@/components/Breadcrumb.vue'
import TaxaInfo from '@/modules/otus/components/TaxaInfo.vue'
import useChildrenRoutes from '../composables/useChildrenRoutes'
import Breadcrumb from '../components/Breadcrumb/Breadcrumb.vue'
import TaxaInfo from '../components/TaxaInfo.vue'
import TaxonWorks from '../services/TaxonWorks'
//import useChildrenRoutes from '../composables/useChildrenRoutes'
const route = useRoute()
const router = useRouter()
Expand Down

0 comments on commit 180f22f

Please sign in to comment.