mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-16 20:32:34 +00:00
fix: Update test import to src/logic/board.ts
Some checks are pending
Test / test (push) Waiting to run
Some checks are pending
Test / test (push) Waiting to run
This commit is contained in:
parent
6ae18c15b7
commit
34e710f036
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import {
|
||||||
createBoard,
|
createBoard,
|
||||||
getSectionOnBoard,
|
getSectionOnBoard,
|
||||||
renderFullBoard,
|
renderFullBoard,
|
||||||
} from "../logic/board.ts";
|
} from "../src/logic/board.ts";
|
||||||
import type { BoardData } from "../src/types/board.ts";
|
import type { BoardData } from "../src/types/board.ts";
|
||||||
import { checkFullBoard } from "./checkFullBoard.ts";
|
import { checkFullBoard } from "./checkFullBoard.ts";
|
||||||
import { locateSection } from "../src/logic/board.ts";
|
import { locateSection } from "../src/logic/board.ts";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue