aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/components/search
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/search')
-rw-r--r--server/sonar-web/src/main/js/app/components/search/SearchResult.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/search/SearchResult.js b/server/sonar-web/src/main/js/app/components/search/SearchResult.js
index 7b91a192bc9..0070873b0a9 100644
--- a/server/sonar-web/src/main/js/app/components/search/SearchResult.js
+++ b/server/sonar-web/src/main/js/app/components/search/SearchResult.js
@@ -21,7 +21,7 @@
import React from 'react';
import { Link } from 'react-router';
/*:: import type { Component } from './utils'; */
-import FavoriteIcon from '../../../components/common/FavoriteIcon';
+import FavoriteIcon from '../../../components/icons-components/FavoriteIcon';
import QualifierIcon from '../../../components/shared/QualifierIcon';
import ClockIcon from '../../../components/common/ClockIcon';
import Tooltip from '../../../components/controls/Tooltip';