2017-09-04 20:56:03 +09:00
|
|
|
import { makeVoteable } from 'meteor/vulcan:voting';
|
2017-09-13 16:11:27 +02: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);
|