aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/projectLinks/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectLinks/App.tsx')
-rw-r--r--server/sonar-web/src/main/js/apps/projectLinks/App.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectLinks/App.tsx b/server/sonar-web/src/main/js/apps/projectLinks/App.tsx
index 213771d8bba..e10e0ccbeb5 100644
--- a/server/sonar-web/src/main/js/apps/projectLinks/App.tsx
+++ b/server/sonar-web/src/main/js/apps/projectLinks/App.tsx
@@ -19,11 +19,11 @@
*/
import * as React from 'react';
import Helmet from 'react-helmet';
-import { translate } from 'sonar-ui-common/helpers/l10n';
import DeferredSpinner from 'sonar-ui-common/components/ui/DeferredSpinner';
+import { translate } from 'sonar-ui-common/helpers/l10n';
+import { createLink, deleteLink, getProjectLinks } from '../../api/projectLinks';
import Header from './Header';
import Table from './Table';
-import { getProjectLinks, createLink, deleteLink } from '../../api/projectLinks';
interface Props {
component: Pick<T.Component, 'key'>;