mirror of
https://github.com/vale981/Vulcan
synced 2025-03-07 02:21:43 -05:00
7 lines
No EOL
148 B
JavaScript
7 lines
No EOL
148 B
JavaScript
/**
|
|
* @summary The global namespace for Comments.
|
|
* @namespace Comments
|
|
*/
|
|
Comments = new Mongo.Collection("comments");
|
|
|
|
export default Comments; |