UNPKG

159 BJavaScriptView Raw
1import withTreemap from './withTreemap';
2import TreemapView from './treemapView';
3export { withTreemap, TreemapView };
4export default withTreemap(TreemapView);
\No newline at end of file