diff options
| author | dave <starpumadev@gmail.com> | 2019-02-27 14:38:10 -0500 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-02-27 14:38:10 -0500 |
| commit | 7c6446a9dea2a221da643414e87a97d17336215f (patch) | |
| tree | 54e6dc674b03cd934b065b95275797f261b59f4b /src/components/notifications/notifications.js | |
| parent | 058238c3c631520d052327fcab47c997dfe23151 (diff) | |
#388: get follow request on a real-time basis
Diffstat (limited to 'src/components/notifications/notifications.js')
| -rw-r--r-- | src/components/notifications/notifications.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index 5e95631a..2c9a84be 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -1,5 +1,6 @@ import Notification from '../notification/notification.vue' import notificationsFetcher from '../../services/notifications_fetcher/notifications_fetcher.service.js' + import { notificationsFromStore, visibleNotificationsFromStore, |
