Skip to content

Commit

Permalink
fix: invalid import path
Browse files Browse the repository at this point in the history
fix #33
  • Loading branch information
John60676 committed Mar 22, 2021
1 parent 1c80636 commit 0a31504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LoadMoreExtendsOption } from 'src/useLoadMore';
import { PaginationExtendsOption } from 'src/usePagination';
import { LoadMoreExtendsOption } from '../useLoadMore';
import { PaginationExtendsOption } from '../usePagination';
import { InjectionKey, Ref, WatchSource } from 'vue';
import { State } from './createQuery';

Expand Down

0 comments on commit 0a31504

Please sign in to comment.