mirror of
https://github.com/strapi/strapi.git
synced 2025-12-03 02:23:44 +00:00
Merge pull request #11656 from nixxoff/fix/error-path
fix(#11223): naming error for the files path
This commit is contained in:
commit
880b38b4cc
@ -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