Skip to content

Commit f58fc05

Browse files
committed
Export individual components
1 parent bdfa666 commit f58fc05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ if (typeof window !== 'undefined') {
9595
//require('../styles/style.css');
9696
}
9797

98-
module.exports = plugin;
98+
module.exports = components;
99+
module.exports.default = plugin;

0 commit comments

Comments
 (0)