Skip to content

Commit d764b3c

Browse files
committed
fix: use named export
1 parent 3328bca commit d764b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/composables/useCachedFetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { CachedFetchResult } from '#shared/utils/fetch-cache-config'
2-
import defu from 'defu'
2+
import { defu } from 'defu'
33

44
/**
55
* Get the cachedFetch function from the current request context.

0 commit comments

Comments
 (0)