From 5eb33f78302e46e652f82838e1360168eab52781 Mon Sep 17 00:00:00 2001 From: Rishabh <100997409+rishabhbizzle@users.noreply.github.com> Date: Tue, 26 Dec 2023 19:05:19 +0530 Subject: [PATCH] docs(pagination): wrong import path of components in pagination usage (#2180) This PR: Fixes: #2150 --- apps/www/content/docs/components/pagination.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/components/pagination.mdx b/apps/www/content/docs/components/pagination.mdx index 94d86f8391..87f271e97a 100644 --- a/apps/www/content/docs/components/pagination.mdx +++ b/apps/www/content/docs/components/pagination.mdx @@ -49,7 +49,7 @@ import { PaginationLink, PaginationNext, PaginationPrevious, -} from "@/components/ui/resizable" +} from "@/components/ui/pagination" ``` ```tsx