blob: 16e33e58e6b7d19d5bfd4b9f52898410f686f5fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
//= require_self
//= require react_ujs
window.React = require('react');
window.ReactDOM = require('react-dom');
//= require_tree ./components
window.Mastodon = require('./components/containers/mastodon');
|