import { lazy } from "react"; export const Board = lazy(() => import("./Board"));