mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 22:45:00 +00:00
Tutorial markdown changes for React18 (#4630)
* Changing the markdown - Initial commit * Adding the missing instruction to copy the JS and CSS from starter code * reverting the extra text added
This commit is contained in:
committed by
GitHub
parent
d27c1e4c6e
commit
e34f5145e9
@@ -106,7 +106,7 @@ cd ..
|
||||
|
||||
```js
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import ReactDOM from 'react-dom/client';
|
||||
import './index.css';
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user