Skip to content

Instantly share code, notes, and snippets.

@andrzejewsky
Created January 10, 2019 21:25
Show Gist options
  • Save andrzejewsky/32909877c9fad1a81b2f70724fc8b810 to your computer and use it in GitHub Desktop.
Save andrzejewsky/32909877c9fad1a81b2f70724fc8b810 to your computer and use it in GitHub Desktop.
index
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