Integrace s KSPím webem #64

Manually merged
vasek merged 4 commits from vs-deploy-test-hack into master 2020-11-30 11:56:20 +01:00
Showing only changes of commit b7c1ffc1e9 - Show all commits

View file

@ -1,5 +1,7 @@
import App from './App.svelte';
document.getElementById("page").innerHTML = "";
const app = new App({
target: document.getElementById("page")!,
props: { }