From 239e3eac244dbc30c074e18951f65466617c61df Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Mon, 24 Oct 2022 12:24:06 +0300 Subject: [PATCH] Fix linter again Signed-off-by: Alex Andreev --- .../cluster-modals/cluster-modals-registrator.injectable.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/cluster-modals/cluster-modals-registrator.injectable.ts b/src/renderer/cluster-modals/cluster-modals-registrator.injectable.ts index a60fdda185..0b0a680ac3 100644 --- a/src/renderer/cluster-modals/cluster-modals-registrator.injectable.ts +++ b/src/renderer/cluster-modals/cluster-modals-registrator.injectable.ts @@ -5,7 +5,8 @@ import { pipeline } from "@ogre-tools/fp"; import { getInjectable } from "@ogre-tools/injectable"; import { map } from "lodash/fp"; -import { ExtensionRegistrator, extensionRegistratorInjectionToken } from "../../extensions/extension-loader/extension-registrator-injection-token"; +import { extensionRegistratorInjectionToken } from "../../extensions/extension-loader/extension-registrator-injection-token"; +import type { ExtensionRegistrator } from "../../extensions/extension-loader/extension-registrator-injection-token"; import type { LensRendererExtension } from "../../extensions/lens-renderer-extension"; import { clusterModalsInjectionToken } from "./cluster-modals-injection-token";