Skip to content

Commit 6e09af1

Browse files
authored
Merge pull request #3881 from itsinphy/patch-1
fix(part1): remove react import
2 parents b2bd07a + 04ec298 commit 6e09af1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/1/en/part1d.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,6 @@ Note that your application needs to work only during a single browser session. O
12301230
It is advisable to use the same structure that is used in the material and previous exercise. File <i>main.jsx</i> is as follows:
12311231

12321232
```js
1233-
import React from 'react'
12341233
import ReactDOM from 'react-dom/client'
12351234

12361235
import App from './App'

0 commit comments

Comments
 (0)