Selaa lähdekoodia

refs 124384: fix import

Futa Arai 2 vuotta sitten
vanhempi
sitoutus
63eda99cb6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      apps/app/src/stores/external-user-group.ts

+ 1 - 1
apps/app/src/stores/external-user-group.ts

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