mapcomplete/createLayouts.ts

12 lines
194 B
TypeScript
Raw Normal View History

2020-07-25 16:00:08 +00:00
/*
*/
import {Bookcases} from "./Customizations/Layers/Bookcases";
console.log("Building routers")
new Bookcases()
/*
for(const layout in AllKnownLayouts.allSets){
console.log(layout)
}
*/