diff --git a/features/admin.extensions.v1/components/groups/wizard/group-assign-users.tsx b/features/admin.extensions.v1/components/groups/wizard/group-assign-users.tsx index 05e8df60578..4ffcb3a8964 100644 --- a/features/admin.extensions.v1/components/groups/wizard/group-assign-users.tsx +++ b/features/admin.extensions.v1/components/groups/wizard/group-assign-users.tsx @@ -16,7 +16,7 @@ * under the License. */ -import { UIConstants, UserBasicInterface, UserListInterface, getUsersList } from "@wso2is/admin.core.v1"; +import { UserBasicInterface, UserListInterface, getUsersList } from "@wso2is/admin.core.v1"; import { GroupsMemberInterface } from "@wso2is/admin.groups.v1/models"; import { UserManagementUtils } from "@wso2is/admin.users.v1/utils"; import { getUserNameWithoutDomain } from "@wso2is/core/helpers";