diff --git a/frontend/src/main.ts b/frontend/src/main.ts index f89291c..39440e7 100644 --- a/frontend/src/main.ts +++ b/frontend/src/main.ts @@ -1,5 +1,7 @@ import App from './App.svelte'; +document.getElementById("page").innerHTML = ""; + const app = new App({ target: document.getElementById("page")!, props: { }