aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/app.js
blob: ddf7a69abb9fc1156fea0345d4706e61f67214e1 (plain)
1
2
3
4
$(function() {
    Connection.init();
    app = React.renderComponent(ProxyApp, document.body);
});