Update components.js

This commit is contained in:
Daniel Supernault 2018-11-12 21:48:48 -07:00
parent 7b20831460
commit 88de69ce72
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -31,6 +31,9 @@ require('./components/notifications');
// });
// }
// Initalize Notification Helper
window.pixelfed.n = {};
Vue.component(
'follow-suggestions',
require('./components/FollowSuggestions.vue')