mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-02 17:08:39 +00:00
docs(pagination): wrong import path of components in pagination usage (#2180)
This PR: Fixes: #2150
This commit is contained in:
@@ -49,7 +49,7 @@ import {
|
||||
PaginationLink,
|
||||
PaginationNext,
|
||||
PaginationPrevious,
|
||||
} from "@/components/ui/resizable"
|
||||
} from "@/components/ui/pagination"
|
||||
```
|
||||
|
||||
```tsx
|
||||
|
||||
Reference in New Issue
Block a user