1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

10 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');