fix import type

This commit is contained in:
jenny-s51 2021-05-18 14:14:15 -04:00
parent 07c55b4693
commit afb78cc646

View file

@ -22,7 +22,7 @@ import {
import { useTranslation } from "react-i18next";
import { useFetch, useAdminClient } from "../context/auth/AdminClient";
import { AngleRightIcon, SearchIcon } from "@patternfly/react-icons";
import GroupRepresentation from "keycloak-admin/lib/defs/groupRepresentation";
import type GroupRepresentation from "keycloak-admin/lib/defs/groupRepresentation";
import { useParams } from "react-router-dom";
export type JoinGroupDialogProps = {