darkwire.io/src/js/main.js
2016-02-28 12:01:13 -05:00

6 lines
63 B
JavaScript

import App from './app';
$(() => {
let app = new App();
});