fix: don't use react-router

This commit is contained in:
Josh 2023-04-13 11:01:37 +01:00
parent 7811ab120c
commit 66035f5c5a

View File

@ -5,7 +5,7 @@
*/
import { useEffect } from 'react';
import { useIntl } from 'react-intl';
import { useLocation } from 'react-router';
import { useLocation } from 'react-router-dom';
import { useNotification } from '@strapi/helper-plugin';
import isNil from 'lodash/isNil';
import useLicenseLimits from '../useLicenseLimits';