milo.registry.components
An instance of ClassRegistry class that is used by milo to register and find components.
var componentsRegistry = new ClassRegistry(Component);
// add common ancestor to all components to the registry.
componentsRegistry.add(Component);
module.exports = componentsRegistry;