Guest User

Untitled

a guest
Apr 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. imports/api/Dictionary.jsx
  2.  
  3. export const dict = new Mongo.Collection('Dictionary');
  4.  
  5. import { Meteor } from 'meteor/meteor';
  6. import {dict} from "../imports/api/Dictionary.jsx";
  7.  
  8. Meteor.startup(() => {
  9.  
  10. console.log(dict.find().fetch());
  11.  
  12. });
Add Comment
Please, Sign In to add comment