Skip to content

Commit 8a73c9f

Browse files
committed
removed unused imports
1 parent 8cb51e4 commit 8a73c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue3/src/link.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
router,
1111
shouldIntercept,
1212
} from '@inertiajs/core'
13-
import { computed, defineComponent, DefineComponent, h, onMounted, onUnmounted, PropType, ref, toRefs, watch } from 'vue'
13+
import { computed, defineComponent, DefineComponent, h, onMounted, onUnmounted, PropType, ref } from 'vue'
1414

1515
export interface InertiaLinkProps {
1616
as?: string

0 commit comments

Comments
 (0)