Events not working - Template naming to blame?

I have several blaze templates in my project that are named like “importXYZ”, e.g. importEmployees, importPositions, importStatus, etc.

On all of these templates, the events are not working.
I have events registered on other templates and it’s working perfectly.
Is this because of a naming convention (“imports” directory is being ignored by meteor right?). I haven’t had the time yet to change a template name and try it out, though I’d just ask here first.

Thanks for you help!