mirror of
https://github.com/vale981/Vulcan
synced 2025-03-11 13:06:41 -04:00
6 lines
No EOL
188 B
JavaScript
6 lines
No EOL
188 B
JavaScript
import { makeVoteable } from 'meteor/vulcan:voting';
|
|
import { Posts } from './posts/index.js';
|
|
import { Comments } from './comments/index.js';
|
|
|
|
makeVoteable(Posts);
|
|
makeVoteable(Comments); |