X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0aea0fe49faebf703226d662012aae71904a5a30..59cc1b248e39a17bbf46449add178d957b167b9a:/src/websocket/websocket.ts diff --git a/src/websocket/websocket.ts b/src/websocket/websocket.ts index 8161f1935c..d10414616a 100644 --- a/src/websocket/websocket.ts +++ b/src/websocket/websocket.ts @@ -13,7 +13,6 @@ import { loadContainers } from '~/store/processes/processes-actions'; import { LogEventType } from '~/models/log'; import { addProcessLogsPanelItem } from '../store/process-logs-panel/process-logs-panel-actions'; import { FilterBuilder } from "~/services/api/filter-builder"; -import { snackbarActions, SnackbarKind } from "~/store/snackbar/snackbar-actions"; export const initWebSocket = (config: Config, authService: AuthService, store: RootStore) => { if (config.websocketUrl) {