diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2022-04-06 18:25:46 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-13 20:03:17 +0000 |
commit | 2bcd03e66952a56efbecf4985f81a022ae2f86d5 (patch) | |
tree | a399b6a5cfe4bd4fc19d36b7c38ba52aee5ed991 /server/sonar-web/src/main/js/components/hoc/withNotifications.tsx | |
parent | 334782ccc54d5531fb14121c33d598758126f354 (diff) | |
download | sonarqube-2bcd03e66952a56efbecf4985f81a022ae2f86d5.tar.gz sonarqube-2bcd03e66952a56efbecf4985f81a022ae2f86d5.zip |
SONAR-16242 RTL tests for account pages
Diffstat (limited to 'server/sonar-web/src/main/js/components/hoc/withNotifications.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/hoc/withNotifications.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/hoc/withNotifications.tsx b/server/sonar-web/src/main/js/components/hoc/withNotifications.tsx index e3d396a2416..2b85d1ad84d 100644 --- a/server/sonar-web/src/main/js/components/hoc/withNotifications.tsx +++ b/server/sonar-web/src/main/js/components/hoc/withNotifications.tsx @@ -20,7 +20,7 @@ import { uniqWith } from 'lodash'; import * as React from 'react'; import { addNotification, getNotifications, removeNotification } from '../../api/notifications'; -import { Notification } from '../../types/types'; +import { Notification } from '../../types/notifications'; import { getWrappedDisplayName } from './utils'; interface State { |