diff options
Diffstat (limited to 'web/src/js/app.js')
-rw-r--r-- | web/src/js/app.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/src/js/app.js b/web/src/js/app.js new file mode 100644 index 00000000..736072dc --- /dev/null +++ b/web/src/js/app.js @@ -0,0 +1,4 @@ +$(function () { + Connection.init(); + app = React.renderComponent(ProxyApp, document.body); +});
\ No newline at end of file |