This commit is contained in:
Kyle Spearrin 2018-03-19 10:03:20 -04:00
parent ab7c9a67a1
commit f20e7c3011
1 changed files with 1 additions and 1 deletions

View File

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