Created
January 10, 2019 21:25
-
-
Save andrzejewsky/32909877c9fad1a81b2f70724fc8b810 to your computer and use it in GitHub Desktop.
index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import List from "./List"; | |
import Item from "./Item"; | |
List.Item = Item; | |
export default List; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment