import "./App.css"; import { useState } from "react"; import reactLogo from "./assets/react.svg"; function App() { const [count, setCount] = useState(0); return (
Edit src/App.tsx and save to test HMR
src/App.tsx
Click on the Vite and React logos to learn more