mirror of
https://github.com/strapi/strapi.git
synced 2025-12-20 11:43:28 +00:00
fix: admin import
This commit is contained in:
parent
c3f8c7138c
commit
a1e53c744f
@ -20,7 +20,7 @@ import { useIntl } from 'react-intl';
|
|||||||
import { useHistory } from 'react-router-dom';
|
import { useHistory } from 'react-router-dom';
|
||||||
import RoleRow from './components/RoleRow';
|
import RoleRow from './components/RoleRow';
|
||||||
import EmptyRole from './components/EmptyRole';
|
import EmptyRole from './components/EmptyRole';
|
||||||
import UpgradePlanModal from '../../../../../components/UpgradePlanModal ';
|
import UpgradePlanModal from '../../../../../components/UpgradePlanModal';
|
||||||
import { useRolesList } from '../../../../../hooks';
|
import { useRolesList } from '../../../../../hooks';
|
||||||
|
|
||||||
const useSortedRoles = () => {
|
const useSortedRoles = () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user