mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-04 23:38:01 +00:00

Co-authored-by: Harshal Sheth <harshal@acryl.io> Co-authored-by: Dexter Lee <dexter@acryl.io> Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
8 lines
281 B
TypeScript
8 lines
281 B
TypeScript
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 };
|