MapComplete/app/app_index.ts

6 lines
136 B
TypeScript
Raw Normal View History

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