open-assets/client/Locations/locations.js

19 lines
328 B
JavaScript
Raw Normal View History

2026-01-24 13:49:38 -06:00
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({
});