19 lines
No EOL
328 B
JavaScript
19 lines
No EOL
328 B
JavaScript
import { Roles } from 'meteor/roles';
|
|
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
|
|
// import { Locations } from '../../imports/api/locations.js';
|
|
|
|
Template.locations.onCreated(function() {
|
|
|
|
});
|
|
|
|
Template.locations.onRendered(function() {
|
|
|
|
});
|
|
|
|
Template.locations.helpers({
|
|
|
|
});
|
|
|
|
Template.locations.events({
|
|
|
|
}); |