Skip to content

Commit

Permalink
Merge pull request #3881 from itsinphy/patch-1
Browse files Browse the repository at this point in the history
fix(part1): remove react import
  • Loading branch information
mluukkai authored Nov 21, 2024
2 parents b2bd07a + 04ec298 commit 6e09af1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/content/1/en/part1d.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,6 @@ Note that your application needs to work only during a single browser session. O
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:

```js
import React from 'react'
import ReactDOM from 'react-dom/client'

import App from './App'
Expand Down

0 comments on commit 6e09af1

Please sign in to comment.