Die grundlegenden HTML-Dateien sind vorhanden.

This commit is contained in:
2021-04-08 12:30:36 +02:00
parent 9b99c6a4dc
commit f36324bfbd
6 changed files with 162 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import App from './components/App.svelte';
new App({
target: document.body
});