We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c80636 commit 0a31504Copy full SHA for 0a31504
src/core/config.ts
@@ -1,5 +1,5 @@
1
-import { LoadMoreExtendsOption } from 'src/useLoadMore';
2
-import { PaginationExtendsOption } from 'src/usePagination';
+import { LoadMoreExtendsOption } from '../useLoadMore';
+import { PaginationExtendsOption } from '../usePagination';
3
import { InjectionKey, Ref, WatchSource } from 'vue';
4
import { State } from './createQuery';
5
0 commit comments