Skip to content

Commit

Permalink
fix(image-io): import localPathRelativeToModule
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst authored and thewtex committed Oct 3, 2023
1 parent f4ff5eb commit 3dcd325
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from 'fs'

import { localPathRelativeToModule } from 'itk-wasm/internal'
import localPathRelativeToModule from './localPathRelativeToModule'

// TODO?????
function findLocalImageIOPath (): string {
Expand Down

0 comments on commit 3dcd325

Please sign in to comment.