aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.js')
-rw-r--r--server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.js b/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.js
index 0dc2bbe2ec3..8fbf66c2d4c 100644
--- a/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.js
+++ b/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.js
@@ -21,6 +21,7 @@ import React from 'react';
import { connect } from 'react-redux';
import { Link } from 'react-router';
import NotificationsList from './NotificationsList';
+import { addNotification, removeNotification } from './actions';
import Organization from '../../../components/shared/Organization';
import { translate } from '../../../helpers/l10n';
import {
@@ -34,7 +35,6 @@ import {
ChannelsState,
TypesState
} from '../../../store/notifications/duck'; */
-import { addNotification, removeNotification } from './actions';
import { getProjectUrl } from '../../../helpers/urls';
class ProjectNotifications extends React.PureComponent {