This commit is contained in:
Chris Wanstrath 2026-01-16 14:58:40 -08:00
parent 6579fc82cd
commit 52086f4eb9

View File

@ -1,8 +1,6 @@
import { render } from 'hono/jsx/dom'
import { useState } from 'hono/jsx/dom'
let count = 0
export default function App() {
const [count, setCount] = useState(0)