import type { RootState } from '../types'; export const selectBoard = (state: RootState) => state.board;