mirror of
https://github.com/vale981/grapher
synced 2025-03-11 05:16:40 -04:00
6 lines
134 B
JavaScript
6 lines
134 B
JavaScript
![]() |
import { Mongo } from 'meteor/mongo';
|
||
|
|
||
|
const PostsCollection = new Mongo.Collection('counts_posts');
|
||
|
|
||
|
export default PostsCollection;
|