export function VoerBord(props: { width: number; height: number; onMove: (move: string) => void; }) { return