7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
|
import { Meteor } from 'meteor/meteor';
|
||
|
import userChangedLocalSettings from './methods/userChangedLocalSettings';
|
||
|
|
||
|
Meteor.methods({
|
||
|
userChangedLocalSettings,
|
||
|
});
|