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

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

});