used webpack import by mistake

This commit is contained in:
Sacha Greif 2016-08-25 09:49:59 +09:00
parent f0dc6ff124
commit 42decba8ad

View file

@ -1,5 +1,5 @@
import Telescope from 'nova-lib';
import Users from 'nova-users';
import Telescope from 'meteor/nova:lib';
import Users from 'meteor/nova:users';
// The equation to determine voting power. Defaults to returning 1 for everybody
Telescope.getVotePower = function (user) {