mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 08:18:50 +00:00
17 lines
219 B
JavaScript
17 lines
219 B
JavaScript
|
|
import { Stores } from '../../../imports/api/stores';
|
||
|
|
|
||
|
|
Template.storeMgmt.onCreated(function() {
|
||
|
|
|
||
|
|
});
|
||
|
|
|
||
|
|
Template.storeMgmt.onRendered(function() {
|
||
|
|
|
||
|
|
});
|
||
|
|
|
||
|
|
Template.storeMgmt.helpers({
|
||
|
|
|
||
|
|
});
|
||
|
|
|
||
|
|
Template.storeMgmt.events({
|
||
|
|
|
||
|
|
});
|