You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
//= require_self |
|
//= require react_ujs |
|
|
|
window.React = require('react'); |
|
window.ReactDOM = require('react-dom'); |
|
|
|
//= require_tree ./components |
|
|
|
window.Mastodon = require('./components/containers/mastodon');
|
|
|