Skip to content

Commit

Permalink
fix: separate type imports (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyYolkin authored Oct 31, 2023
1 parent dacf2bf commit a78d59e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/app/AppSearch.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<script setup lang="ts">
import { useFuse, UseFuseOptions } from '@vueuse/integrations/useFuse'
import { useFuse } from '@vueuse/integrations/useFuse'
import { useFocusTrap } from '@vueuse/integrations/useFocusTrap'
import { useMagicKeys } from '@vueuse/core'
import type { UseFuseOptions } from '@vueuse/integrations/useFuse'
const props = defineProps({
fuse: {
Expand Down

0 comments on commit a78d59e

Please sign in to comment.