mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Use NPM workspace (#2874)
This commit is contained in:
@@ -2,7 +2,7 @@ import { dialog, shell } from "electron";
|
||||
import log from "electron-log";
|
||||
import { autoUpdater } from "electron-updater";
|
||||
|
||||
import { I18nService } from "jslib-common/abstractions/i18n.service";
|
||||
import { I18nService } from "@bitwarden/common/abstractions/i18n.service";
|
||||
|
||||
import { isAppImage, isDev, isMacAppStore, isWindowsPortable, isWindowsStore } from "./utils";
|
||||
import { WindowMain } from "./window.main";
|
||||
|
||||
Reference in New Issue
Block a user