Skip to content

Commit 3f5da12

Browse files
committed
fix(types): wrong import path
1 parent 1389990 commit 3f5da12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/useCached/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { ConfigurableDeepRefs } from '@vueuse/core/_configurable'
21
import type { ShallowOrDeepRef } from '@vueuse/shared'
32
import type { Ref, WatchOptions } from 'vue'
3+
import type { ConfigurableDeepRefs } from '../_configurable'
44
import { createRef } from '@vueuse/shared'
55
import { watch } from 'vue'
66

0 commit comments

Comments
 (0)