This commit is contained in:
2022-09-22 18:00:56 +02:00
parent eafc0307aa
commit a4e57d369c
19 changed files with 1493 additions and 1367 deletions

1
www/src/global.d.ts vendored
View File

@ -1 +0,0 @@
/// <reference types="svelte" />

View File

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