Skip to content

Commit f670b39

Browse files
fix: remove incorrect imports
1 parent 9f2fa50 commit f670b39

File tree

10 files changed

+0
-10
lines changed

10 files changed

+0
-10
lines changed

src/pieces/amazon.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { OldCell } from "../cell";
21
import type Board from "../game/board";
32
import type { Point } from "../game/point";
43
import { Bishop } from "./bishop";

src/pieces/bishop.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { OldCell } from "../cell";
21
import type Board from "../game/board";
32
import type { Point } from "../game/point";
43
import { Pawn } from "./pawn";

src/pieces/bishopKnight.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { OldCell } from "../cell";
21
import type Board from "../game/board";
32
import type { Point } from "../game/point";
43
import { Bishop } from "./bishop";

src/pieces/bishopRook.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { OldCell } from "../cell";
21
import type Board from "../game/board";
32
import type { Point } from "../game/point";
43
import { Bishop } from "./bishop";

src/pieces/knight.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { OldCell } from "../cell";
21
import type Board from "../game/board";
32
import type { Point } from "../game/point";
43
import { Pawn } from "./pawn";

src/pieces/knightRook.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { OldCell } from "../cell";
21
import type Board from "../game/board";
32
import type { Point } from "../game/point";
43
import { Knight } from "./knight";

src/pieces/pawn.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { OldCell } from "../cell";
21
import type Board from "../game/board";
32
import type { Point } from "../game/point";
43
import type { Piece } from "./piece";

src/pieces/pawnBishop.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { OldCell } from "../cell";
21
import type Board from "../game/board";
32
import type { Point } from "../game/point";
43
import { Bishop } from "./bishop";

src/pieces/pawnKnight.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { OldCell } from "../cell";
21
import type Board from "../game/board";
32
import type { Point } from "../game/point";
43
import { Knight } from "./knight";

src/pieces/pawnRook.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { OldCell } from "../cell";
21
import type Board from "../game/board";
32
import type { Point } from "../game/point";
43
import { Pawn } from "./pawn";

0 commit comments

Comments
 (0)