Components with / in their invocation, ala {{foo/foo-bar}} should not be converted. Alternatively they could simple be automatically renamed to foo-foo-bar, but this could have other unintended side-effect wrt the {{component helper.
My suggestion is that we throw if any component with / in the name is detected and request the user refactor that code before running the migrator again.
Refs: #60