This commit is contained in:
2026-07-10 17:02:23 +08:00
parent 39a25e488e
commit 91ffce9f36
19 changed files with 1397 additions and 616 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import {render} from 'preact';
import {App} from './app';
import {App} from './pages/App';
import './style.css';
render(<App/>, document.getElementById('app')!);