remove orderBy-import

This commit is contained in:
negue
2019-08-25 18:18:08 +02:00
parent a2d2972898
commit ba196f70a3

View File

@@ -1,5 +1,4 @@
import {mapInboxMessage, inboxModel as Inbox} from '../../models/message';
import orderBy from 'lodash/orderBy';
import {getUserInfo, sendTxn as sendTxnEmail} from '../email';
import {sendNotification as sendPushNotification} from '../pushNotifications';