update: game core flow pages

This commit is contained in:
Vick Scarlet
2026-08-12 02:38:37 +08:00
parent 5d50a4ea37
commit cd339c2103
34 changed files with 890 additions and 768 deletions
+2
View File
@@ -1,4 +1,5 @@
import { useRemake } from '@remake/hooks'
import { ThemeToggle } from '@/components/ThemeToggle'
import './Home.css'
export default function Home() {
@@ -12,6 +13,7 @@ export default function Home() {
<button className="primary" onClick={remake}>
</button>
<ThemeToggle />
</div>
)
}