We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
module.exports
1 parent e116d34 commit 8020256Copy full SHA for 8020256
src/configs/components.js
@@ -45,4 +45,4 @@ const flattenComponents = (componentObj) => {
45
}
46
47
48
-exports.components = flattenComponents(components);
+module.exports = flattenComponents(components);
0 commit comments