We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3328bca commit d764b3cCopy full SHA for d764b3c
app/composables/useCachedFetch.ts
@@ -1,5 +1,5 @@
1
import type { CachedFetchResult } from '#shared/utils/fetch-cache-config'
2
-import defu from 'defu'
+import { defu } from 'defu'
3
4
/**
5
* Get the cachedFetch function from the current request context.
0 commit comments