It was decided along with the mute participant dialog reactification that these types of warning messages should not be toggleable--that they should simply always display because there is no undo action. As such, the component NotificationWithToggle is no longer needed.
3 lines
136 B
JavaScript
3 lines
136 B
JavaScript
export { default as Notification } from './Notification';
|
|
export { default as NotificationsContainer } from './NotificationsContainer';
|