We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a42f9 commit ec704beCopy full SHA for ec704be
13_claw-contraption/index.ts
@@ -1,8 +1,4 @@
1
-import {
2
- Coordinate,
3
- equalCoordinates,
4
- stringifyCoord,
5
-} from "../utils/board.ts";
+import { Coordinate, equalCoordinates } from "../utils/board.ts";
6
7
const Regex = {
8
A: /Button A: X\+(\d+), Y\+(\d+)/,
0 commit comments