mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
17 lines
228 B
JavaScript
17 lines
228 B
JavaScript
|
|
import { UserConfig } from "../../imports/api/userConfig";
|
||
|
|
|
||
|
|
Template.userConfig.onCreated(function() {
|
||
|
|
|
||
|
|
});
|
||
|
|
|
||
|
|
Template.userConfig.onRendered(function() {
|
||
|
|
|
||
|
|
});
|
||
|
|
|
||
|
|
Template.userConfig.helpers({
|
||
|
|
|
||
|
|
});
|
||
|
|
|
||
|
|
Template.userConfig.events({
|
||
|
|
|
||
|
|
});
|