MapComplete/src/UI/StatisticsGUI.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
172 B
TypeScript
Raw Normal View History

2025-01-23 14:27:02 +01:00
import StatisticsSvelte from "../UI/Statistics/StatisticsGui.svelte"
2023-04-24 03:22:43 +02:00
2025-01-22 02:27:26 +01:00
const target = document.getElementById("main")
target.innerHTML = ""
new StatisticsSvelte({ target })