2018-10-04 05:18:36 +03:00
|
|
|
import NotificationScreen from './screen/notificationScreen';
|
|
|
|
import Notification from './container/notificationContainer';
|
2018-09-25 22:02:10 +03:00
|
|
|
|
|
|
|
export { NotificationScreen, Notification };
|
|
|
|
export default Notification;
|