forked from MapComplete/MapComplete
6 lines
217 B
TypeScript
6 lines
217 B
TypeScript
import MinimapImplementation from "./UI/Base/MinimapImplementation";
|
|
import {PdfExportGui} from "./UI/BigComponents/PdfExportGui";
|
|
|
|
MinimapImplementation.initialize()
|
|
|
|
new PdfExportGui("extradiv").AttachTo("maindiv")
|