Sigo tratando de exportar el componente.

Se sube a version 1.0.3
This commit is contained in:
Alejandro Lembke Barrientos 2019-11-21 13:15:02 -06:00
parent 606f88ce22
commit 7e7bf950bd

View File

@ -1,5 +1,7 @@
import RadialGauge from './RadialGauge';
//import RadialGauge from './RadialGauge';
module.exports = {
export { default as RadialGauge } from './RadialGauge';
/*module.exports = {
RadialGauge,
}
}*/