import { $ } from "voby"; import banner from "/banner.svg"; function App(): JSX.Element { const count = $(0); const increment = () => count((value) => value + 1); return (

Edit src/App.tsx and save to reload.

Learn Voby
); } export default App;