update: ts

This commit is contained in:
Vick Scarlet
2026-08-16 20:06:16 +08:00
committed by 神戸小鳥
parent cf79e2763b
commit ce44237466
380 changed files with 4806 additions and 221348 deletions
+6
View File
@@ -0,0 +1,6 @@
import { render } from 'preact'
export function App() {
return <div>Hello</div>
}
render(<App />, document.getElementById('app')!)