more concise export

This commit is contained in:
David Burles
2016-11-12 10:55:23 +11:00
committed by Ben Newman
parent 44d3181d1c
commit 180ce53633

View File

@@ -2,6 +2,4 @@
import { Mongo } from 'meteor/mongo';
const Links = new Mongo.Collection('links');
export { Links };
export const Links = new Mongo.Collection('links');