refactor: add icons package (#1078)
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
import { ChildProcess, spawn } from 'child_process'
|
||||
import electronPath, { MenuItem } from 'electron'
|
||||
import path from 'path'
|
||||
import { deleteDir, ensureDirectoryExists, readJSONFile } from '../app/javascripts/Main/Utils/fileUtils'
|
||||
import { Language } from '../app/javascripts/Main/spellcheckerManager'
|
||||
import { StoreKeys } from '../app/javascripts/Main/store'
|
||||
import { UpdateState } from '../app/javascripts/Main/updateManager'
|
||||
import { deleteDir, ensureDirectoryExists, readJSONFile } from '../app/javascripts/Main/Utils/fileUtils'
|
||||
import { CommandLineArgs } from '../app/javascripts/Shared/CommandLineArgs'
|
||||
import { AppMessageType, AppTestMessage, MessageType, TestIPCMessage, TestIPCMessageResult } from './TestIpcMessage'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user