Fix import

This commit is contained in:
Robyn MacCallum 2022-03-02 16:03:18 -05:00
parent e56cf962ca
commit b02b35e1b5
1 changed files with 1 additions and 1 deletions

View File

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