feat(panel): add game UI registry and chess board component
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
9
panel/src/games/chess/index.ts
Normal file
9
panel/src/games/chess/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { gameUIRegistry } from "../registry";
|
||||
import { ChessBoard } from "./ChessBoard";
|
||||
|
||||
gameUIRegistry.register({
|
||||
slug: "chess",
|
||||
name: "Chess",
|
||||
icon: "♟",
|
||||
component: ChessBoard,
|
||||
});
|
||||
Reference in New Issue
Block a user