mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
used webpack import by mistake
This commit is contained in:
parent
f0dc6ff124
commit
42decba8ad
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue