Merge master

This commit is contained in:
Pieter Vander Vennet 2021-06-13 15:15:13 +02:00
commit d7004cd3dc
93 changed files with 2670 additions and 828 deletions

View file

@ -1,7 +1,3 @@
import GeoLocationHandler from "./Logic/Actors/GeoLocationHandler";
import LayoutConfig from "./Customizations/JSON/LayoutConfig";
import {UIEventSource} from "./Logic/UIEventSource";
import LanguagePicker from "./UI/LanguagePicker";
import TestAll from "./test/TestAll";
LanguagePicker.CreateLanguagePicker(["nl","en"]).AttachTo("maindiv")
new TestAll().testAll();