import Notification from './model'; import create from './create'; Notification.create = create; export default Notification;