mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 05:48:07 +01:00
10 lines
203 B
JavaScript
10 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');
|