Spaces:
No application file
No application file
Update src/App.jsx
#9
by
hotboxxgenn - opened
- src/App.jsx +1 -1
src/App.jsx
CHANGED
|
@@ -6,7 +6,7 @@ function App() {
|
|
| 6 |
return (
|
| 7 |
<div style={{ padding: '20px', textAlign: 'center' }}>
|
| 8 |
<h1>Welcome to Your React App</h1>
|
| 9 |
-
<p>Edit <code>src/App.
|
| 10 |
|
| 11 |
<div style={{ marginTop: '20px' }}>
|
| 12 |
<button
|
|
|
|
| 6 |
return (
|
| 7 |
<div style={{ padding: '20px', textAlign: 'center' }}>
|
| 8 |
<h1>Welcome to Your React App</h1>
|
| 9 |
+
<p>Edit <code>src/App.js</code> and save to reload.</p>
|
| 10 |
|
| 11 |
<div style={{ marginTop: '20px' }}>
|
| 12 |
<button
|