Skip to content

Commit d39977c

Browse files
committed
chore: fix import at new nav. api router
1 parent 19847b2 commit d39977c

File tree

1 file changed

+1
-1
lines changed
  • packages/router/src/navigation-api

1 file changed

+1
-1
lines changed

packages/router/src/navigation-api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { App, shallowReactive, unref } from 'vue'
1+
import type { App } from 'vue'
22
import { shallowReactive, shallowRef, unref } from 'vue'
33
import {
44
parseURL,

0 commit comments

Comments
 (0)