Skip to content

Commit ec704be

Browse files
committed
remove unused import
1 parent 69a42f9 commit ec704be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

13_claw-contraption/index.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import {
2-
Coordinate,
3-
equalCoordinates,
4-
stringifyCoord,
5-
} from "../utils/board.ts";
1+
import { Coordinate, equalCoordinates } from "../utils/board.ts";
62

73
const Regex = {
84
A: /Button A: X\+(\d+), Y\+(\d+)/,

0 commit comments

Comments
 (0)