15027: Cleans up unused imports.
[arvados-workbench2.git] / src / websocket / websocket.ts
index 8161f1935cd33b08d06cf75bd7324e8230f4b3c0..d10414616a359982c1e9d77d010e8327062fe620 100644 (file)
@@ -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) {