UNPKG

143 BJavaScriptView Raw
1import withGauge from './withGauge';
2import GaugeView from './gaugeView';
3export { withGauge, GaugeView };
4export default withGauge(GaugeView);
\No newline at end of file