import { Meteor } from 'meteor/meteor';
import voidConnection from './methods/voidConnection';
Meteor.methods({
voidConnection,
});