mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
10 lines
211 B
JavaScript
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');
|