mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-13 06:03:49 -05:00
11 lines
259 B
JavaScript
11 lines
259 B
JavaScript
//= require_self
|
|
//= require react_ujs
|
|
|
|
window.React = require('react');
|
|
window.ReactDOM = require('react-dom');
|
|
window.Perf = require('react-addons-perf');
|
|
|
|
//= require_tree ./components
|
|
|
|
window.Mastodon = require('./components/containers/mastodon');
|