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