export default class RouterMapConstants {
    static readonly ROUTER_MAP_KEY = "routerMap";
    static readonly MODULE_ROUTER_MAP_NAME = "$profile:hm_router_map";
    static readonly ROUTER_MAP_NAME = "hm_router_map.json";
}
