blob: d4d9b97e4edc98673267e6a3f3af2340d8c6b714 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
//= require_self
//= require react_ujs
window.React = require('react');
window.ReactDOM = require('react-dom');
//= require_tree ./components
window.Root = require('./components/containers/root');
|