chaos/src/main.js

5 lines
99 B
JavaScript
Raw Permalink Normal View History

2019-08-01 12:49:55 +00:00
import App from './App.svelte';
const app = new App({target: document.body});
export default app;