Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add individual component exports (#739)
We recently added an exports key to the package.json, which made it so that components could only be imported from the root of the package. In some situations this is not desired as it makes it more difficult to share components between projects using module sharing and causes bloat in the bundle. This commit adds back the individual component exports.
- Loading branch information