We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef97ac5 commit 778f04cCopy full SHA for 778f04c
content/docs/hello-world.md
@@ -9,14 +9,8 @@ next: introducing-jsx.html
9
React का सबसे छोटा उदाहरण ऐसा दिखता है:
10
11
```jsx
12
-<<<<<<< HEAD
13
-ReactDOM
14
- .createRoot(document.getElementById('root'))
15
- .render(<h1>नमस्ते, दुनिया!</h1>);
16
-=======
17
const root = ReactDOM.createRoot(document.getElementById('root'));
18
root.render(<h1>Hello, world!</h1>);
19
->>>>>>> 5f3a9756e00e256735a5f52df19b403d8fdd3a9d
20
```
21
22
यह पृष्ठ के शीर्षक पर "नमस्ते, दुनिया! दिखाएगा।
0 commit comments