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 {