diff options
Diffstat (limited to 'src/utils/hooks/use-pagination.tsx')
| -rw-r--r-- | src/utils/hooks/use-pagination.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/hooks/use-pagination.tsx b/src/utils/hooks/use-pagination.tsx index f17b6ff..f47a674 100644 --- a/src/utils/hooks/use-pagination.tsx +++ b/src/utils/hooks/use-pagination.tsx @@ -1,6 +1,6 @@ -import { GraphQLEdgesInput } from '@ts/types/graphql/generics'; -import { EdgesResponse, Search } from '@ts/types/graphql/queries'; import useSWRInfinite, { SWRInfiniteKeyLoader } from 'swr/infinite'; +import { GraphQLEdgesInput } from '../../types/graphql/generics'; +import { EdgesResponse, Search } from '../../types/graphql/queries'; export type UsePaginationProps<T> = { /** |
