We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96078b0 + 2288a00 commit e55abf4Copy full SHA for e55abf4
1 file changed
content/home/examples/a-simple-component.js
@@ -1,6 +1,5 @@
1
class HelloMessage extends React.Component {
2
render() {
3
-<<<<<<< HEAD
4
return (
5
<div>
6
שלום {this.props.name}
@@ -13,10 +12,3 @@ ReactDOM.render(
13
12
<HelloMessage name="יהונתן" />,
14
document.getElementById('hello-example')
15
);
16
-=======
17
- return <div>Hello {this.props.name}</div>;
18
- }
19
-}
20
-
21
-root.render(<HelloMessage name="Taylor" />);
22
->>>>>>> 84ad3308338e2bb819f4f24fa8e9dfeeffaa970b
0 commit comments