diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/users/Search.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/users/Search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/users/Search.tsx b/server/sonar-web/src/main/js/apps/users/Search.tsx index f185faf8d68..b734309d9c0 100644 --- a/server/sonar-web/src/main/js/apps/users/Search.tsx +++ b/server/sonar-web/src/main/js/apps/users/Search.tsx @@ -18,8 +18,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import * as React from 'react'; -import { translate } from 'sonar-ui-common/helpers/l10n'; import SearchBox from 'sonar-ui-common/components/controls/SearchBox'; +import { translate } from 'sonar-ui-common/helpers/l10n'; import { Query } from './utils'; interface Props { |