MapComplete/test.ts

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

7 lines
217 B
TypeScript
Raw Normal View History

2022-09-12 20:14:03 +02:00
import MinimapImplementation from "./UI/Base/MinimapImplementation";
2022-09-18 12:45:02 +02:00
import {PdfExportGui} from "./UI/BigComponents/PdfExportGui";
2022-09-16 18:58:42 +02:00
MinimapImplementation.initialize()
2022-09-08 21:26:17 +02:00
2022-09-18 12:45:02 +02:00
new PdfExportGui("extradiv").AttachTo("maindiv")