import { $ } from "voby"; import banner from "/banner.svg"; import styles from "./styles/App.module.css"; function App(): JSX.Element { const count = $(0); const increment = () => count((value) => value + 1); return (
Edit src/App.tsx and save to
reload.