import { gameUIRegistry } from "../registry"; import { ChessBoard } from "./ChessBoard"; gameUIRegistry.register({ slug: "chess", name: "Chess", icon: "♟", component: ChessBoard, });