mirror of
https://github.com/vale981/grapher
synced 2025-03-09 20:36:59 -04:00
6 lines
No EOL
156 B
JavaScript
6 lines
No EOL
156 B
JavaScript
import CommentSchema from './schema.js';
|
|
|
|
const Comments = new Mongo.Collection('comments');
|
|
export default Comments;
|
|
|
|
Comments.attachSchema(CommentSchema); |