This commit is contained in:
2023-03-14 21:00:07 +08:00
commit e86ac176d1
16 changed files with 1718 additions and 0 deletions

4
src/main.tsx Normal file
View File

@@ -0,0 +1,4 @@
import { render } from 'preact'
import { App } from './app'
render(<App />, document.getElementById('app') as HTMLElement)