From e960eddd7f2f80c517365e7ca3be8454f487f138 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Wed, 23 Dec 2020 18:53:44 +0100 Subject: [PATCH] bugfix: import --- src/atlasViewer/atlasViewer.workerService.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atlasViewer/atlasViewer.workerService.service.ts b/src/atlasViewer/atlasViewer.workerService.service.ts index 556535ede..98dea2564 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' -- GitLab