diff --git a/components/users/users-table.tsx b/components/users/users-table.tsx index 5b71caff..c4f132ad 100644 --- a/components/users/users-table.tsx +++ b/components/users/users-table.tsx @@ -37,6 +37,7 @@ import { SelectTrigger, SelectValue, } from "@/components/ui/select"; +import { Checkbox } from "@/components/ui/checkbox"; interface User { id: string; @@ -425,28 +426,30 @@ export function UsersTable({ userRole = [] }: UsersTableProps) {