mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Make it fit in one line
This commit is contained in:
@@ -6,13 +6,10 @@ export default function App() {
|
||||
return (
|
||||
<div>
|
||||
<h1>
|
||||
Welcome to
|
||||
<img src={logo} className="App--logo" alt="React logo" />
|
||||
React
|
||||
Welcome to <img src={logo} className="App--logo" alt="logo" /> React
|
||||
</h1>
|
||||
<p>
|
||||
To get started, edit <code>src/App.js</code> and
|
||||
save the file to update.
|
||||
To get started, edit <code>src/App.js</code> and save to reload.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user