MapComplete/test.ts

7 lines
304 B
TypeScript
Raw Normal View History

2021-06-12 02:58:32 +02:00
import GeoLocationHandler from "./Logic/Actors/GeoLocationHandler";
import LayoutConfig from "./Customizations/JSON/LayoutConfig";
import {UIEventSource} from "./Logic/UIEventSource";
2021-06-13 15:04:55 +02:00
import LanguagePicker from "./UI/LanguagePicker";
2021-06-10 01:36:20 +02:00
2021-06-13 15:04:55 +02:00
LanguagePicker.CreateLanguagePicker(["nl","en"]).AttachTo("maindiv")