Closed RoryMacGregor88 closed 2 years ago
The default exports for the stories were previously object literals, which were causing linting warnings.
This updates them to be stored in variables called Index, which are then exported.
Index
:tada: This PR is included in version 2.9.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
The default exports for the stories were previously object literals, which were causing linting warnings.
This updates them to be stored in variables called
Index
, which are then exported.