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;