2016-08-25 00:56:44 +09:00
|
|
|
//= require_self
|
|
|
|
//= require react_ujs
|
|
|
|
|
|
|
|
window.React = require('react');
|
|
|
|
window.ReactDOM = require('react-dom');
|
2016-10-08 07:01:22 +09:00
|
|
|
window.Perf = require('react-addons-perf');
|
2016-08-25 00:56:44 +09:00
|
|
|
|
|
|
|
//= require_tree ./components
|
|
|
|
|
2016-09-20 06:25:59 +09:00
|
|
|
window.Mastodon = require('./components/containers/mastodon');
|