Skip to content

Commit 9b2d1da

Browse files
committed
fix(pagination): use relative path in import
1 parent e05014a commit 9b2d1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/kit-headless/src/components/pagination/pagination.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { usePagination } from '@/packages/kit-headless/src/components/pagination/use-pagination';
1+
import { usePagination } from './use-pagination';
22
import type { PropFunction } from '@builder.io/qwik';
3-
import { component$, Slot, useSignal, useTask$, useVisibleTask$ } from '@builder.io/qwik';
3+
import { component$, Slot, useSignal, useTask$ } from '@builder.io/qwik';
44

55
/**
66
* TODO

0 commit comments

Comments
 (0)