Skip to content

Commit 41054dd

Browse files
Fix conflicts cdn-links.md
1 parent 61f5b1d commit 41054dd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/cdn-links.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ React एवं ReactDOM दोनों CDN पर उपलब्ध हैं
2020
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
2121
```
2222

23-
<<<<<<< HEAD
24-
`react` एवं `react-dom` के विशिष्ट वर्शन लोड करने के लिए `17` को वर्शन संख्या द्वारा बदल दें।
25-
=======
26-
To load a specific version of `react` and `react-dom`, replace `18` with the version number.
27-
>>>>>>> 707f22d25f5b343a2e5e063877f1fc97cb1f48a1
23+
`react` एवं `react-dom` के विशिष्ट वर्शन लोड करने के लिए `18` को वर्शन संख्या द्वारा बदल दें।
2824

2925
### `crossorigin` एट्रीब्यूट क्यों? {#why-the-crossorigin-attribute}
3026

0 commit comments

Comments
 (0)