Files changed (1) hide show
  1. 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.jsx</code> and save to reload.</p>
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