MapComplete/test.ts

7 lines
No EOL
304 B
TypeScript

import GeoLocationHandler from "./Logic/Actors/GeoLocationHandler";
import LayoutConfig from "./Customizations/JSON/LayoutConfig";
import {UIEventSource} from "./Logic/UIEventSource";
import LanguagePicker from "./UI/LanguagePicker";
LanguagePicker.CreateLanguagePicker(["nl","en"]).AttachTo("maindiv")