Skip to content

Commit ef97ac5

Browse files
Fix conflicts
1 parent 4306481 commit ef97ac5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/docs/components-and-props.md

-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ function Welcome(props) {
6868
return <h1>नमस्ते, {props.name}</h1>;
6969
}
7070
71-
<<<<<<< HEAD
72-
const element = <Welcome name="नेहा" />;
73-
=======
74-
>>>>>>> 5f3a9756e00e256735a5f52df19b403d8fdd3a9d
7571
const root = ReactDOM.createRoot(document.getElementById('root'));
7672
const element = <Welcome name="Sara" />;
7773
root.render(element);

0 commit comments

Comments
 (0)