Skip to content

Commit

Permalink
fix: missing import (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMazB committed Feb 14, 2024
1 parent 1a3ef2e commit 716424d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/composables/search.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { createError } from 'h3'
import MiniSearch, { type Options as MiniSearchOptions } from 'minisearch'
import { useRuntimeConfig, useFetch, type MaybeRefOrGetter, ref, computed, toValue, type Ref } from '#imports'

Expand Down

0 comments on commit 716424d

Please sign in to comment.