2017-09-04 20:56:03 +09:00
|
|
|
import { makeVoteable } from 'meteor/vulcan:voting';
|
2017-09-29 09:19:23 +09:00
|
|
|
import { Posts } from './posts/index.js';
|
|
|
|
import { Comments } from './comments/index.js';
|
2017-09-04 20:56:03 +09:00
|
|
|
|
|
|
|
makeVoteable(Posts);
|
|
|
|
makeVoteable(Comments);
|