From 7e7bf950bd05cb3b27a4853a22ff00b00a16deb4 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 21 Nov 2019 13:15:02 -0600 Subject: [PATCH] Sigo tratando de exportar el componente. Se sube a version 1.0.3 --- index.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 4fecf1b..f9ad3b8 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,7 @@ -import RadialGauge from './RadialGauge'; +//import RadialGauge from './RadialGauge'; -module.exports = { +export { default as RadialGauge } from './RadialGauge'; + +/*module.exports = { RadialGauge, -} \ No newline at end of file +}*/ \ No newline at end of file