import React from 'react'; import {injectIntl} from 'react-intl'; LayerAggregationResolutionFactory.deps = []; function LayerAggregationResolutionFactory() { const LayerAggregationResolution = () => { return
Component replaced by cloud native
; }; return injectIntl(LayerAggregationResolution); } export default LayerAggregationResolutionFactory;