import * as Global from './Global'; import * as Search from './Search'; import * as Browse from './Browse'; // TODO: A way to populate configs without code changes? // TOOD: Entity-oriented configurations? export { Global as GlobalCfg, Search as SearchCfg, Browse as BrowseCfg };