|
|
@@ -1,7 +1,7 @@
|
|
|
import useSWR, { SWRResponse } from 'swr';
|
|
|
|
|
|
import { apiv3Get } from '~/client/util/apiv3-client';
|
|
|
-import { LdapGroupSyncSettings } from '~/interfaces/external-user-group';
|
|
|
+import { LdapGroupSyncSettings } from '~/features/external-user-group/interfaces/external-user-group';
|
|
|
|
|
|
export const useSWRxLdapGroupSyncSettings = (): SWRResponse<LdapGroupSyncSettings, Error> => {
|
|
|
return useSWR(
|