docs(pagination): wrong import path of components in pagination usage (#2180)

This PR:

Fixes: #2150
This commit is contained in:
Rishabh
2023-12-26 19:05:19 +05:30
committed by GitHub
parent f6fef4a2ed
commit 5eb33f7830

View File

@@ -49,7 +49,7 @@ import {
PaginationLink,
PaginationNext,
PaginationPrevious,
} from "@/components/ui/resizable"
} from "@/components/ui/pagination"
```
```tsx