From 497ab273aebc926f9ab7a47ca3d7fccc896e7b70 Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Thu, 20 Oct 2022 09:09:07 +0300 Subject: [PATCH] Fix import path after rebase Co-authored-by: Mikko Aspiala Signed-off-by: Janne Savolainen --- .../common/restart-and-install-update-channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/application-update/common/restart-and-install-update-channel.ts b/src/features/application-update/common/restart-and-install-update-channel.ts index 1d45d6330f..470debf981 100644 --- a/src/features/application-update/common/restart-and-install-update-channel.ts +++ b/src/features/application-update/common/restart-and-install-update-channel.ts @@ -2,7 +2,7 @@ * Copyright (c) OpenLens Authors. All rights reserved. * Licensed under MIT License. See LICENSE in root directory for more information. */ -import type { MessageChannel } from "../utils/channel/message-channel-listener-injection-token"; +import type { MessageChannel } from "../../../common/utils/channel/message-channel-listener-injection-token"; export type RestartAndInstallUpdateChannel = MessageChannel;