Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Dec 15, 2024
1 parent fd2cc68 commit cf36c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compositions/usePrefetching.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MaybeRefOrGetter, onBeforeUnmount, onMounted, ref, Ref, toValue, watch } from 'vue'
import { MaybeRefOrGetter, ref, Ref, toValue, watch } from 'vue'
import { usePropStore } from '@/compositions/usePropStore'
import { isWithComponent, isWithComponents } from '@/types/createRouteOptions'
import { getPrefetchOption, PrefetchConfigs, PrefetchStrategy } from '@/types/prefetch'
Expand Down

0 comments on commit cf36c87

Please sign in to comment.