Second / src /App.jsx
hotboxxgenn's picture
Create src/App.jsx
013c25e verified
raw
history blame
170 Bytes
function App() {
return (
<div>
<h1>Hello from React + Vite!</h1>
<p>Your app is ready for Hugging Face Spaces.</p>
</div>
)
}
export default App