mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
more concise export
This commit is contained in:
@@ -2,6 +2,4 @@
|
||||
|
||||
import { Mongo } from 'meteor/mongo';
|
||||
|
||||
const Links = new Mongo.Collection('links');
|
||||
|
||||
export { Links };
|
||||
export const Links = new Mongo.Collection('links');
|
||||
|
||||
Reference in New Issue
Block a user