diff --git a/src/atlasViewer/atlasViewer.workerService.service.ts b/src/atlasViewer/atlasViewer.workerService.service.ts index 556535ede713a3f43c5710ede0aef6802b2bcb66..98dea256450eaddbcd4a0849176185317a5fe9bc 100644 --- a/src/atlasViewer/atlasViewer.workerService.service.ts +++ b/src/atlasViewer/atlasViewer.workerService.service.ts @@ -1,7 +1,7 @@ import { Injectable } from "@angular/core"; import { fromEvent } from "rxjs"; import { filter, take } from "rxjs/operators"; -import { getUuid } from "src/util/fn.js"; +import { getUuid } from "src/util/fn"; /* telling webpack to pack the worker file */ import '../util/worker.js'