mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
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:
@@ -16,7 +16,7 @@ import {
|
||||
SelectItem,
|
||||
SelectTrigger,
|
||||
SelectValue,
|
||||
} from "@/components/shared/shadcn";
|
||||
} from "@/components/ui/select";
|
||||
import { getPaginationInfo } from "@/lib";
|
||||
import { MetaDataProps } from "@/types";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user