|
|
@@ -6,7 +6,7 @@ import loggerFactory from '~/utils/logger';
|
|
|
|
|
|
import AppContainer from '../../client/services/AppContainer';
|
|
|
import { withUnstatedContainers } from '../UnstatedUtils';
|
|
|
-import { InAppNotification as IInAppNotification } from '../../interfaces/in-app-notification';
|
|
|
+import { IInAppNotification } from '../../interfaces/in-app-notification';
|
|
|
import { InAppNotification } from './InAppNotification';
|
|
|
import SocketIoContainer from '../../client/services/SocketIoContainer';
|
|
|
|