This commit is contained in:
Dmitry Borisenko
2021-09-16 01:53:19 +08:00
parent bd3bdd1c84
commit 0d065b65b8
21 changed files with 0 additions and 5709 deletions

View File

@@ -1,10 +0,0 @@
import App from './App.svelte';
const app = new App({
target: document.body,
props: {
name: 'world'
}
});
export default app;