MapComplete/src/UI/StatisticsGUI.ts

5 lines
193 B
TypeScript
Raw Normal View History

2023-04-24 03:22:43 +02:00
import SvelteUIElement from "./Base/SvelteUIElement"
import { default as StatisticsSvelte } from "../UI/Statistics/StatisticsGui.svelte"
2023-04-24 03:22:43 +02:00
new SvelteUIElement(StatisticsSvelte).AttachTo("main")