Skip to content

Commit 0a31504

Browse files
committed
fix: invalid import path
fix #33
1 parent 1c80636 commit 0a31504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { LoadMoreExtendsOption } from 'src/useLoadMore';
2-
import { PaginationExtendsOption } from 'src/usePagination';
1+
import { LoadMoreExtendsOption } from '../useLoadMore';
2+
import { PaginationExtendsOption } from '../usePagination';
33
import { InjectionKey, Ref, WatchSource } from 'vue';
44
import { State } from './createQuery';
55

0 commit comments

Comments
 (0)