We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bade0b commit 0a0a017Copy full SHA for 0a0a017
src/main.jsx
@@ -5,6 +5,9 @@ import './index.css'
5
6
ReactDOM.createRoot(document.getElementById('root')).render(
7
<React.StrictMode>
8
- <App />
+ <div style={{ color: 'white', padding: '20px', fontSize: '24px' }}>
9
+ <h1>React is Running!</h1>
10
+ <p>If you see this, the build and deployment are working.</p>
11
+ </div>
12
</React.StrictMode>,
13
)
0 commit comments