aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/app.js
blob: 3af4c79cdbc6f362a9f4902225cd4637ba2a5e9b (plain)
1
2
3
4
5
6
$(function() {

    Connection.init();
    app = React.renderComponent(ProxyApp, document.body);

});