Skip to content

Commit 0d4f9fd

Browse files
Sherbakov1danez
authored andcommitted
Export statement fix for the example component (#310)
1 parent eaa378f commit 0d4f9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ MyComponent.defaultProps = {
163163
bar: 21
164164
};
165165

166-
export default Component;
166+
export default MyComponent;
167167
```
168168

169169
we are getting this output:

0 commit comments

Comments
 (0)