mirror of
https://github.com/strapi/strapi.git
synced 2025-09-07 07:41:08 +00:00
change the import of the useFetchClient inside the useFetchRole
This commit is contained in:
parent
df2549af48
commit
5c80a0bf87
@ -1,6 +1,5 @@
|
||||
import { useCallback, useReducer, useEffect, useRef } from 'react';
|
||||
import { useNotification } from '@strapi/helper-plugin';
|
||||
import useFetchClient from '@strapi/admin/admin/src/hooks/useFetchClient';
|
||||
import { useNotification, useFetchClient } from '@strapi/helper-plugin';
|
||||
import reducer, { initialState } from './reducer';
|
||||
import pluginId from '../../pluginId';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user