X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c7f6c72066b4f334e43a2bd1c9a9dcf0e703d1f4..2a7fd99c212c33a1ec9911f8529fa5afc59a7bb2:/src/websocket/websocket-service.ts diff --git a/src/websocket/websocket-service.ts b/src/websocket/websocket-service.ts index 77c1fd323f..a9194494ea 100644 --- a/src/websocket/websocket-service.ts +++ b/src/websocket/websocket-service.ts @@ -2,10 +2,10 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { AuthService } from '~/services/auth-service/auth-service'; +import { AuthService } from 'services/auth-service/auth-service'; import { ResourceEventMessage } from './resource-event-message'; -import { CommonResourceService } from '~/common/api/common-resource-service'; import { camelCase } from 'lodash'; +import { CommonResourceService } from "services/common-service/common-resource-service"; type MessageListener = (message: ResourceEventMessage) => void;