This commit is contained in:
2026-04-27 22:50:18 +08:00
parent ded6f6ee2a
commit b6c6640548
77 changed files with 5240 additions and 833 deletions

View File

@@ -80,6 +80,8 @@ export default function PuzzlePlaygroundApp() {
return (
<PuzzleRuntimeShell
run={run}
isBusy={false}
error={null}
onBack={handleRestart}
onSwapPieces={handleSwapPieces}
onDragPiece={handleDragPiece}