mirror of
https://github.com/vale981/grapher
synced 2025-03-10 12:56:41 -04:00
6 lines
156 B
JavaScript
6 lines
156 B
JavaScript
![]() |
import CommentSchema from './schema.js';
|
||
|
|
||
|
const Comments = new Mongo.Collection('comments');
|
||
|
export default Comments;
|
||
|
|
||
|
Comments.attachSchema(CommentSchema);
|