mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-20 20:17:38 +00:00
6 lines
63 B
JavaScript
6 lines
63 B
JavaScript
import App from './app';
|
|
|
|
$(() => {
|
|
let app = new App();
|
|
});
|