import withGauge from './withGauge'; import GaugeView from './gaugeView'; export { withGauge, GaugeView }; export default withGauge(GaugeView);