aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/projectsManagement
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2018-02-07 13:27:14 +0100
committerGitHub <noreply@github.com>2018-02-07 13:27:14 +0100
commit448e1fb820c918d462492b857403d0fc9a75a673 (patch)
treef13ffbd16131251746b185230d0d6b8823ef2bcd /server/sonar-web/src/main/js/apps/projectsManagement
parentcc9b6d04f4f47d9f8b55a3873ae74ebad0a3990c (diff)
downloadsonarqube-448e1fb820c918d462492b857403d0fc9a75a673.tar.gz
sonarqube-448e1fb820c918d462492b857403d0fc9a75a673.zip
strengthen import/order (#3024)
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectsManagement')
-rw-r--r--server/sonar-web/src/main/js/apps/projectsManagement/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectsManagement/App.tsx b/server/sonar-web/src/main/js/apps/projectsManagement/App.tsx
index cdb44039fcc..5b6131ac59a 100644
--- a/server/sonar-web/src/main/js/apps/projectsManagement/App.tsx
+++ b/server/sonar-web/src/main/js/apps/projectsManagement/App.tsx
@@ -24,8 +24,8 @@ import Header from './Header';
import Search from './Search';
import Projects from './Projects';
import CreateProjectForm from './CreateProjectForm';
-import ListFooter from '../../components/controls/ListFooter';
import { PAGE_SIZE, Project } from './utils';
+import ListFooter from '../../components/controls/ListFooter';
import { getComponents } from '../../api/components';
import { Organization } from '../../app/types';
import { translate } from '../../helpers/l10n';