minesweeper/src/components/LazyBoard.tsx

4 lines
83 B
TypeScript

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