1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-03-06 10:33:04 +01:00
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 () {