John Joyce 29832e5385
feat(Product Analytics): Introducing In-App Analytics Beta (#2499)
Co-authored-by: Harshal Sheth <harshal@acryl.io>
Co-authored-by: Dexter Lee <dexter@acryl.io>
Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
2021-05-11 15:41:42 -07:00

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 };