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 Aug 16, 2023
1 parent 60483db commit 786a7ea
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 786a7ea

Please sign in to comment.