Move pdf-export GUI into index

This commit is contained in:
Pieter Vander Vennet 2022-09-18 15:26:27 +02:00
parent b912343805
commit c5170e61bf
3 changed files with 8 additions and 7 deletions

View file

@ -1,6 +0,0 @@
import MinimapImplementation from "./UI/Base/MinimapImplementation";
import {PdfExportGui} from "./UI/BigComponents/PdfExportGui";
MinimapImplementation.initialize()
new PdfExportGui("extradiv").AttachTo("maindiv")