Skip to content

Commit 778f04c

Browse files
fix conflicts
1 parent ef97ac5 commit 778f04c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/docs/hello-world.md

-6
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,8 @@ next: introducing-jsx.html
99
React का सबसे छोटा उदाहरण ऐसा दिखता है:
1010

1111
```jsx
12-
<<<<<<< HEAD
13-
ReactDOM
14-
.createRoot(document.getElementById('root'))
15-
.render(<h1>नमस्ते, दुनिया!</h1>);
16-
=======
1712
const root = ReactDOM.createRoot(document.getElementById('root'));
1813
root.render(<h1>Hello, world!</h1>);
19-
>>>>>>> 5f3a9756e00e256735a5f52df19b403d8fdd3a9d
2014
```
2115

2216
यह पृष्ठ के शीर्षक पर "नमस्ते, दुनिया! दिखाएगा।

0 commit comments

Comments
 (0)