import { initializeBoard } from "./board.js"; /** * Initializes the board. */ function initialize() { initializeBoard("board"); } initialize();