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 Dec 21, 2022
1 parent c665406 commit d4cede6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/grid-iterators/src/spiral.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { GridIterOpts } from "./api";
import type { GridIterOpts } from "./api.js";
import { __opts } from "./utils.js";

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/grid-iterators/src/transforms.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { PointTransform } from "./api";
import type { PointTransform } from "./api.js";

/**
* No-op / identity {@link PointTransform}.
Expand Down

0 comments on commit d4cede6

Please sign in to comment.