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