[SIP-6] Add reactify function and convert world map to new directory structure. (#5893)

* 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
This commit is contained in:
Krist Wongsuphasawat
2018-09-18 23:35:36 -07:00
committed by Chris Williams
parent 75bc501146
commit 8fff0d9e8f
13 changed files with 150 additions and 19 deletions

View File

@@ -0,0 +1,4 @@
import reactify from '../../utils/reactify';
import WorldMap from './WorldMap';
export default reactify(WorldMap);