* feat(notifications): implement a react/redux notification system * squash into impl explicit timeout, style * ref(notifications): convert toastr notifications to use react * ref(toastr): remove library * squash into conversion: pass timeout * squash into clean remove from debian patch
3 lines
136 B
JavaScript
3 lines
136 B
JavaScript
export { default as Notification } from './Notification';
|
|
export { default as NotificationsContainer } from './NotificationsContainer';
|