Place components in subfolders

Hi, I have an application that currently have 50+ different components, and I want to know how can I organize them in subfolders

I know that I can do something like this:

{{subfolder/my-component}}

And it works, the component renders but how should I name the component to modify in JS? App.Subfolder.MyComponent?

Thanks