Skip to content

Commit febff8e

Browse files
committed
fix linting
1 parent 4646be6 commit febff8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/visr/src/utils/createArrayFromView.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ndarray, { type NdArray } from "ndarray";
1+
import ndarray from "ndarray";
22
import createArrayFromView from "./createArrayFromView";
33

44
describe("createArrayFromView", () => {

0 commit comments

Comments
 (0)