fix: update data-table-pagination select import path

Fixed import path from @/components/shared/shadcn to @/components/ui/select
after removing the shadcn folder from shared directory.
This commit is contained in:
Alan Buscaglia
2025-10-22 12:49:42 +02:00
parent 9506c95965
commit 409331804b
@@ -16,7 +16,7 @@ import {
SelectItem,
SelectTrigger,
SelectValue,
} from "@/components/shared/shadcn";
} from "@/components/ui/select";
import { getPaginationInfo } from "@/lib";
import { MetaDataProps } from "@/types";