mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
full path refs
This commit is contained in:
parent
4336212a00
commit
b9f4462aa4
@ -1,4 +1,4 @@
|
|||||||
import { MessagingService } from 'jslib/abstractions';
|
import { MessagingService } from 'jslib/abstractions/messaging.service';
|
||||||
|
|
||||||
import { Main } from '../main';
|
import { Main } from '../main';
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ import { remote, shell } from 'electron';
|
|||||||
|
|
||||||
import { isDev } from '../scripts/utils';
|
import { isDev } from '../scripts/utils';
|
||||||
|
|
||||||
import { DeviceType } from 'jslib/enums';
|
import { DeviceType } from 'jslib/enums/deviceType';
|
||||||
|
|
||||||
import { I18nService } from 'jslib/abstractions/i18n.service';
|
import { I18nService } from 'jslib/abstractions/i18n.service';
|
||||||
import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service';
|
import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service';
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { ipcRenderer } from 'electron';
|
import { ipcRenderer } from 'electron';
|
||||||
|
|
||||||
import { MessagingService } from 'jslib/abstractions';
|
import { MessagingService } from 'jslib/abstractions/messaging.service';
|
||||||
|
|
||||||
import { BroadcasterService } from '../app/services/broadcaster.service';
|
import { BroadcasterService } from '../app/services/broadcaster.service';
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
import { ipcRenderer } from 'electron';
|
import { ipcRenderer } from 'electron';
|
||||||
|
|
||||||
import { StorageService } from 'jslib/abstractions/storage.service';
|
import { StorageService } from 'jslib/abstractions/storage.service';
|
||||||
|
|
||||||
export class DesktopRendererSecureStorageService implements StorageService {
|
export class DesktopRendererSecureStorageService implements StorageService {
|
||||||
|
Loading…
Reference in New Issue
Block a user