UNPKG

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