diff --git a/src/index.js b/src/index.js index f460d18..c20fa98 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ import LinearGauge from './LinearGauge' import RadialGauge from './RadialGauge' -module.exports = { +export { LinearGauge, RadialGauge }