//= require_self
//= require react_ujs
React = require('react');
// note that this is a global assignment, it will be discussed further below
DemoComponent = require('./components/DemoComponent');
// //= require_tree ./react-components