Skip to content

Commit 39dfa25

Browse files
committed
chore: consolidate imports
1 parent 7e69f47 commit 39dfa25

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/runtime/composables/head.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { onIonViewDidEnter, onIonViewDidLeave } from '@ionic/vue'
22
import { getActiveHead } from 'unhead'
33
import type { useHead as useHead$1 } from '@unhead/vue'
44
import { onBeforeUnmount } from 'vue'
5-
import { useRoute } from 'vue-router'
6-
import { useRouter } from 'vue-router'
5+
import { useRoute, useRouter } from 'vue-router'
76

87
// This is used to store the active head for each path as long as the path's page is still in the DOM
98
const headMap = new Map<

0 commit comments

Comments
 (0)