mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-28 01:06:49 +08:00
update: ts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { render } from 'preact'
|
||||
export function App() {
|
||||
return <div>Hello</div>
|
||||
}
|
||||
|
||||
render(<App />, document.getElementById('app')!)
|
||||
Reference in New Issue
Block a user