This commit is contained in:
2026-07-14 16:12:29 +08:00
parent 91ffce9f36
commit 35aa9d2d13
22 changed files with 764 additions and 119 deletions
+3 -4
View File
@@ -1,5 +1,4 @@
import {render} from 'preact';
import {App} from './pages/App';
import './style.css';
import {render} from 'preact'
import {App} from './pages/App'
render(<App/>, document.getElementById('app')!);
render(<App/>, document.getElementById('app')!)