Added missing import

This commit is contained in:
Stefan Zermatten
2019-01-31 10:33:59 +02:00
parent 87ee39b5bd
commit f6aca08f63

View File

@@ -1,5 +1,6 @@
import SimpleSchema from 'simpl-schema';
import { ValidatedMethod } from 'meteor/mdg:validated-method';
import { _ } from 'meteor/underscore';
let childSchema = new SimpleSchema({
parent: {type: Object},