MapComplete/src/UI/StatisticsGUI.ts

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

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")