Skip to content

Commit 2e38291

Browse files
authored
fix conflict
1 parent 10aa00e commit 2e38291

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/learn/add-react-to-an-existing-project.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,8 @@ npm install react react-dom
6262
<html>
6363
<head><title>My app</title></head>
6464
<body>
65-
<<<<<<< HEAD
6665
<!-- 你现有的页面内容(在这个例子中,它将被替换) -->
67-
=======
68-
<!-- Your existing page content (in this example, it gets replaced) -->
6966
<div id="root"></div>
70-
>>>>>>> ee8a829f99ee813f36fed1f553b2deee5a1cc0b4
7167
</body>
7268
</html>
7369
```

0 commit comments

Comments
 (0)