Second / src /App.jsx
hotboxxgenn's picture
Update src/App.jsx
174a39e verified
raw
history blame
234 Bytes
function App() {
return (
<div style={{ padding: '20px', textAlign: 'center' }}>
<h1>Hello from React + Vite!</h1>
<p>Your app is successfully deployed on Hugging Face Spaces.</p>
</div>
)
}
export default App