mirror of
https://github.com/strapi/strapi.git
synced 2025-12-02 01:52:21 +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 RoleRow from './components/RoleRow';
|
||||
import EmptyRole from './components/EmptyRole';
|
||||
import UpgradePlanModal from '../../../../../components/UpgradePlanModal ';
|
||||
import UpgradePlanModal from '../../../../../components/UpgradePlanModal';
|
||||
import { useRolesList } from '../../../../../hooks';
|
||||
|
||||
const useSortedRoles = () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user