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