|
|
@@ -1,7 +1,7 @@
|
|
|
-import type { IGrantedGroup } from '@growi/core';
|
|
|
-import { GroupType, getIdForRef } from '@growi/core';
|
|
|
import type { FC } from 'react';
|
|
|
import { useCallback, useMemo, useState } from 'react';
|
|
|
+import type { IGrantedGroup } from '@growi/core';
|
|
|
+import { GroupType, getIdForRef } from '@growi/core';
|
|
|
import { useTranslation } from 'react-i18next';
|
|
|
import { TabContent, TabPane } from 'reactstrap';
|
|
|
|
|
|
@@ -21,7 +21,6 @@ import {
|
|
|
useSWRxExternalUserGroupList,
|
|
|
useSWRxExternalUserGroupRelationList,
|
|
|
} from '../../stores/external-user-group';
|
|
|
-
|
|
|
import { KeycloakGroupManagement } from './KeycloakGroupManagement';
|
|
|
import { LdapGroupManagement } from './LdapGroupManagement';
|
|
|
|