aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/src/shared/notifications/NotificationsView.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/src/shared/notifications/NotificationsView.jsx')
-rw-r--r--workflow-designer-ui/src/main/frontend/src/shared/notifications/NotificationsView.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/workflow-designer-ui/src/main/frontend/src/shared/notifications/NotificationsView.jsx b/workflow-designer-ui/src/main/frontend/src/shared/notifications/NotificationsView.jsx
index 710ffce7..44812897 100644
--- a/workflow-designer-ui/src/main/frontend/src/shared/notifications/NotificationsView.jsx
+++ b/workflow-designer-ui/src/main/frontend/src/shared/notifications/NotificationsView.jsx
@@ -15,7 +15,7 @@
*/
import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
-import { Notification } from 'sdc-ui/lib/react/';
+import { Notification } from 'onap-ui-react';
import { CSSTransition, TransitionGroup } from 'react-transition-group';
export default class NotificationsView extends PureComponent {