UNPKG

135 BJavaScriptView Raw
1import withLine from './withLine';
2import LineView from './lineView';
3export { withLine, LineView };
4export default withLine(LineView);
\No newline at end of file