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({ });