forked from MapComplete/MapComplete
12 lines
No EOL
194 B
TypeScript
12 lines
No EOL
194 B
TypeScript
/*
|
|
*/
|
|
import {Bookcases} from "./Customizations/Layers/Bookcases";
|
|
|
|
console.log("Building routers")
|
|
|
|
new Bookcases()
|
|
/*
|
|
for(const layout in AllKnownLayouts.allSets){
|
|
console.log(layout)
|
|
}
|
|
*/ |