import withLine from './withLine'; import LineView from './lineView'; export { withLine, LineView }; export default withLine(LineView);