old
This commit is contained in:
parent
6579fc82cd
commit
52086f4eb9
|
|
@ -1,8 +1,6 @@
|
||||||
import { render } from 'hono/jsx/dom'
|
import { render } from 'hono/jsx/dom'
|
||||||
import { useState } from 'hono/jsx/dom'
|
import { useState } from 'hono/jsx/dom'
|
||||||
|
|
||||||
let count = 0
|
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
const [count, setCount] = useState(0)
|
const [count, setCount] = useState(0)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user