refactor: add icons package (#1078)

This commit is contained in:
Mo
2022-06-09 14:55:00 -05:00
committed by GitHub
parent e15441c8f7
commit 640e9a9c07
250 changed files with 3317 additions and 2507 deletions

View File

@@ -1,11 +1,11 @@
import fs from 'fs'
import path from 'path'
import { MessageType } from '../../../test/TestIpcMessage'
import { Language } from './SpellcheckerManager'
import { ensureIsBoolean, isTesting, isDev, isBoolean } from './Utils/Utils'
import { FileDoesNotExist } from './Utils/FileUtils'
import { BackupsDirectoryName } from './Backups/BackupsManager'
import { Language } from './SpellcheckerManager'
import { FileDoesNotExist } from './Utils/FileUtils'
import { handleTestMessage } from './Utils/Testing'
import { ensureIsBoolean, isBoolean, isDev, isTesting } from './Utils/Utils'
const app = process.type === 'browser' ? require('electron').app : require('@electron/remote').app