add missing import

This commit is contained in:
Sacha Greif 2016-08-24 10:05:53 +09:00
parent e5a1508d98
commit 6319c76fb4

View file

@ -1,3 +1,4 @@
import Telescope from 'meteor/nova:lib';
import Comments from './collection.js';
Comments.helpers({getCollection: () => Comments});