diff --git a/collections/parties.js b/collections/parties.js new file mode 100644 index 000000000..2c98c01de --- /dev/null +++ b/collections/parties.js @@ -0,0 +1,2 @@ +import { Mongo } from 'meteor/mongo'; +export const Parties = new Mongo.Collection('parties'); \ No newline at end of file