From b02b35e1b519297c4b3096d061d1b804bcfae21b Mon Sep 17 00:00:00 2001 From: Robyn MacCallum Date: Wed, 2 Mar 2022 16:03:18 -0500 Subject: [PATCH] Fix import --- src/background/main.background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/background/main.background.ts b/src/background/main.background.ts index 0897f3915a..861f3f1ec3 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -87,7 +87,7 @@ import VaultTimeoutService from "../services/vaultTimeout.service"; import CommandsBackground from "./commands.background"; import ContextMenusBackground from "./contextMenus.background"; import IdleBackground from "./idle.background"; -import IconDetails from "./models/IconDetails"; +import IconDetails from "./models/iconDetails"; import { NativeMessagingBackground } from "./nativeMessaging.background"; import NotificationBackground from "./notification.background"; import RuntimeBackground from "./runtime.background";