mirror of
https://git.asonix.dog/ceralor/mastodon.git
synced 2025-10-13 13:54:33 +00:00
9 lines
203 B
JavaScript
9 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');
|