This commit is contained in:
Henry Jameson 2018-08-16 13:57:16 +03:00
parent 693eb4b717
commit decc209fdc

View file

@ -1,7 +1,7 @@
import Notification from '../notification/notification.vue'
import notificationsFetcher from '../../services/notifications_fetcher/notifications_fetcher.service.js'
import { sortBy, take, filter } from 'lodash'
import { sortBy, filter } from 'lodash'
const Notifications = {
created () {