turtles/app/javascript/packs/hello-world-bundle.js
2018-04-18 17:31:26 +10:00

8 lines
226 B
JavaScript

import ReactOnRails from 'react-on-rails';
import HelloWorld from '../bundles/HelloWorld/components/HelloWorld';
// This is how react_on_rails can see the HelloWorld in the browser.
ReactOnRails.register({
HelloWorld,
});