import van from "vanjs-core"; const Counter = () => { const counter = van.state(0); return ( ); }; export default Counter;