Skip to content

Commit

Permalink
fix(grid-iterators): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 3, 2023
1 parent cbec9f1 commit 353bc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid-iterators/src/filters.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { GridCoord2D } from "./api";
import type { GridCoord2D } from "./api.js";

/**
* Returns true if x,y is on a right-to-left diagonal with spacing `n`.
Expand Down

0 comments on commit 353bc3d

Please sign in to comment.