full hello world boilerplate

This commit is contained in:
2021-08-06 20:46:50 +02:00
parent 27430e4b2e
commit 294cd719c1
2 changed files with 2 additions and 4 deletions

View File

@@ -2,9 +2,7 @@ import App from './ui/App.svelte';
const app = new App({
target: document.body,
props: {
scene: new PolycubeScene()
}
props: {},
});
export default app;