2019-03-29 18:52:44 +01:00

5 lines
146 B
JavaScript

// @flow
export { default as Notification } from './Notification';
export { default as NotificationsContainer } from './NotificationsContainer';