fix: Update test import to src/logic/board.ts
Some checks are pending
Test / test (push) Waiting to run

This commit is contained in:
Shibo Lyu 2025-11-29 19:20:20 +08:00
parent 6ae18c15b7
commit 34e710f036

View file

@ -4,7 +4,7 @@ import {
createBoard,
getSectionOnBoard,
renderFullBoard,
} from "../logic/board.ts";
} from "../src/logic/board.ts";
import type { BoardData } from "../src/types/board.ts";
import { checkFullBoard } from "./checkFullBoard.ts";
import { locateSection } from "../src/logic/board.ts";