5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
// @flow
|
|
|
|
export { default as Notification } from './Notification';
|
|
export { default as NotificationsContainer } from './NotificationsContainer';
|