Se le agrega export default a index.js

Se sube a version 1.0.7
Se sube a GitHub 1.0.7
Se sube a NPM 1.0.7
This commit is contained in:
2019-12-05 13:38:34 -06:00
parent 6a86b929c3
commit c7ee667af7
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
import RadialGaugue from './RadialGauge.jsx';
export { RadialGaugue }
export default { RadialGaugue }