UNPKG

191 BJavaScriptView Raw
1import withCandlestick from './withCandlestick';
2import CandlestickView from './candlestickView';
3export { CandlestickView, withCandlestick };
4export default withCandlestick(CandlestickView);
\No newline at end of file