Skip to content

Commit 8020256

Browse files
committed
Switch to module.exports
1 parent e116d34 commit 8020256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ const flattenComponents = (componentObj) => {
4545
}
4646

4747

48-
exports.components = flattenComponents(components);
48+
module.exports = flattenComponents(components);

0 commit comments

Comments
 (0)