Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Simplify imports #85

Merged
merged 3 commits into from
Oct 17, 2015
Merged

Simplify imports #85

merged 3 commits into from
Oct 17, 2015

Conversation

joshq00
Copy link
Contributor

@joshq00 joshq00 commented Oct 17, 2015

Imports that looked like

require("react-dom/lib/card/Card")

can now be done by

require("react-dom/lib/Card")

This mirrors loading components that are not in folders. For example require("react-dom/lib/Badge")

Josh Quintana added 3 commits October 17, 2015 17:23
`require("react-dom/lib/card/Card")` can now be done by require("react-dom/lib/Card")

This mirrors loading components that are not in folders. For example `require("react-dom/lib/Badge")`
tleunen added a commit that referenced this pull request Oct 17, 2015
@tleunen tleunen merged commit 573f19d into tleunen:master Oct 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants