Removed extra imports of Meteor.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-03-02 16:25:27 +02:00
parent 0aabb0b364
commit de13b8b9ba
3 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,3 @@
import { Meteor } from 'meteor/meteor';
Actions = new Mongo.Collection('actions');
Actions.allow({

View file

@ -1,5 +1,3 @@
import { Meteor } from 'meteor/meteor';
Rules = new Mongo.Collection('rules');
Rules.attachSchema(

View file

@ -1,5 +1,3 @@
import { Meteor } from 'meteor/meteor';
Triggers = new Mongo.Collection('triggers');
Triggers.mutations({