import ReactOnRails from ‘react-on-rails’;

import <%= config %> from ‘<%= config %>’;

// This is how react_on_rails can see the HelloWorld in the browser. ReactOnRails.register({

<%= config[:component_name] %>,

});