MapComplete/app/app_index.ts

5 lines
136 B
TypeScript

import AppIndex from "./AppIndex.svelte"
const target = document.getElementById("main")
target.innerHTML = ""
new AppIndex({ target })