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";