1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-29 23:38:51 +09:00
whippy-edition/app/assets/javascripts/components.js
2016-08-24 17:56:44 +02:00

10 lines
203 B
JavaScript

//= require_self
//= require react_ujs
window.React = require('react');
window.ReactDOM = require('react-dom');
//= require_tree ./components
window.Root = require('./components/containers/root');