mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
9 lines
211 B
JavaScript
9 lines
211 B
JavaScript
//= require_self
|
|
//= require react_ujs
|
|
|
|
window.React = require('react');
|
|
window.ReactDOM = require('react-dom');
|
|
|
|
//= require_tree ./components
|
|
|
|
window.Mastodon = require('./components/containers/mastodon');
|