From 3dcd325571b6bff77f7664133c0ed2535ede5450 Mon Sep 17 00:00:00 2001 From: Forrest Li Date: Fri, 27 Jan 2023 16:14:13 -0500 Subject: [PATCH] fix(image-io): import localPathRelativeToModule --- .../image-io/typescript/src/internal/findLocalImageIOPath.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/image-io/typescript/src/internal/findLocalImageIOPath.ts b/packages/image-io/typescript/src/internal/findLocalImageIOPath.ts index 42d795620..ce70d0936 100644 --- a/packages/image-io/typescript/src/internal/findLocalImageIOPath.ts +++ b/packages/image-io/typescript/src/internal/findLocalImageIOPath.ts @@ -1,6 +1,6 @@ import fs from 'fs' -import { localPathRelativeToModule } from 'itk-wasm/internal' +import localPathRelativeToModule from './localPathRelativeToModule' // TODO????? function findLocalImageIOPath (): string {