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