Skip to content

Commit 6365132

Browse files
committed
fix(): small readme module.exports fix
1 parent 775be79 commit 6365132

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ const dsComponents = [
9696
}
9797
];
9898

99-
// Note: Use CommonJS export for configuration files
100-
module.exports = dsComponents;
99+
export default dsComponents;
101100
```
102101

103102
### Example Project Structure

0 commit comments

Comments
 (0)