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