Skip to content

Commit a80035b

Browse files
PunitLodhaDamian Sznajder
authored and
Damian Sznajder
committed
fixed error in documentation
1 parent fab891b commit a80035b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,9 @@ export default $1
344344
```javascript
345345
import React from 'react'
346346

347-
const $1 = () => {
347+
export const $1 = () => {
348348
return <div>$0</div>
349349
}
350-
351-
export default $1
352350
```
353351

354352
### `rafce`

0 commit comments

Comments
 (0)