Skip to content

Commit

Permalink
minor(cellular): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 20, 2022
1 parent 06dcca2 commit 55cf300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cellular/src/api.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Fn2, FnN, NumericArray } from "@thi.ng/api";
import type { IRandom } from "@thi.ng/random";
import type { MultiCA1D } from "./1d";
import type { MultiCA1D } from "./1d.js";

export type Target = "cells" | "mask" | "prob";

Expand Down

0 comments on commit 55cf300

Please sign in to comment.