aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-03-12 02:31:33 +0300
committerHenry Jameson <me@hjkos.com>2018-03-12 02:31:33 +0300
commit0c4dc26808c3bb7508bf9005f3c3430f1c7e2039 (patch)
tree4bf42b369fd8a90246272c36f04b9f478ebc2db3 /src/components/notifications/notifications.js
parent5efd8a4aa6cd4deca287781be24083fc468c563a (diff)
after nine years of development, hopefully, it has been worth the weight
Diffstat (limited to 'src/components/notifications/notifications.js')
-rw-r--r--src/components/notifications/notifications.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js
index 5f0d7f26..e9b83bf0 100644
--- a/src/components/notifications/notifications.js
+++ b/src/components/notifications/notifications.js
@@ -1,4 +1,5 @@
import Status from '../status/status.vue'
+import StillImage from '../still-image/still-image.vue'
import { sortBy, take, filter } from 'lodash'
@@ -31,7 +32,7 @@ const Notifications = {
}
},
components: {
- Status
+ Status, StillImage
},
watch: {
unseenCount (count) {