Skip to content

Commit 010b1b6

Browse files
committed
Added React import
1 parent 1c7d6a9 commit 010b1b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@
623623
<p>
624624
625625
```jsx harmony
626+
import React from 'react';
626627
class User extends React.Component {
627628
constructor(props) {
628629
super(props);

0 commit comments

Comments
 (0)