humus-old/client/index.js
2019-04-20 21:36:53 -05:00

9 lines
187 B
JavaScript

// 1st party.
import {App} from './app';
// Application.
const app = new App();
// Create the socket connection.
app.connect();
// Just inject it into global for now.
window.humus = app;