diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/security-hotspots/components/EmptyHotspotsPage.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/security-hotspots/components/EmptyHotspotsPage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/security-hotspots/components/EmptyHotspotsPage.tsx b/server/sonar-web/src/main/js/apps/security-hotspots/components/EmptyHotspotsPage.tsx index 92c6afdd267..05096cc74a4 100644 --- a/server/sonar-web/src/main/js/apps/security-hotspots/components/EmptyHotspotsPage.tsx +++ b/server/sonar-web/src/main/js/apps/security-hotspots/components/EmptyHotspotsPage.tsx @@ -18,7 +18,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import * as React from 'react'; -import { Link } from 'react-router-dom'; +import Link from '../../../components/common/Link'; import { translate } from '../../../helpers/l10n'; import { getBaseUrl } from '../../../helpers/system'; |