mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
* reactify world map * add createAdaptor * fix typo * add schema * move directory * remove unnecessary lines * make setRef a function * convert keys to camelcase * add unit test * update formatting * add check for displayName * pass width and height as separate inputs
5 lines
116 B
JavaScript
5 lines
116 B
JavaScript
import reactify from '../../utils/reactify';
|
|
import WorldMap from './WorldMap';
|
|
|
|
export default reactify(WorldMap);
|