mirror of
https://github.com/strapi/strapi.git
synced 2025-09-20 22:10:06 +00:00
Merge pull request #16375 from strapi/fix/dont-use-react-router
This commit is contained in:
commit
a565d9ddc8
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
import { useEffect } from 'react';
|
import { useEffect } from 'react';
|
||||||
import { useIntl } from 'react-intl';
|
import { useIntl } from 'react-intl';
|
||||||
import { useLocation } from 'react-router';
|
import { useLocation } from 'react-router-dom';
|
||||||
import { useNotification } from '@strapi/helper-plugin';
|
import { useNotification } from '@strapi/helper-plugin';
|
||||||
import isNil from 'lodash/isNil';
|
import isNil from 'lodash/isNil';
|
||||||
import useLicenseLimits from '../useLicenseLimits';
|
import useLicenseLimits from '../useLicenseLimits';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user