1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

move common code to jslib

This commit is contained in:
Kyle Spearrin
2018-04-24 16:30:47 -04:00
parent 0604da8c97
commit d02a16a370
13 changed files with 29 additions and 572 deletions

View File

@@ -11,7 +11,8 @@ import {
} from 'electron';
import { Main } from '../main';
import { isMacAppStore, isSnapStore, isWindowsStore } from '../scripts/utils';
import { isMacAppStore, isSnapStore, isWindowsStore } from 'jslib/electron/utils';
import { ConstantsService } from 'jslib/services/constants.service';