aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotification.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/account/notifications/ProjectNotification.js')
-rw-r--r--server/sonar-web/src/main/js/apps/account/notifications/ProjectNotification.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotification.js b/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotification.js
index 95fb143d8de..325cca54e1c 100644
--- a/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotification.js
+++ b/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotification.js
@@ -19,7 +19,6 @@
*/
import classNames from 'classnames';
import React, { Component } from 'react';
-
import NotificationsList from './NotificationsList';
import { translate } from '../../../helpers/l10n';