Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Sep 22, 2018
1 parent dc52532 commit d6ac920
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ts/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { app, BrowserWindow, globalShortcut, ipcMain, Menu, MenuItem, Tray, screen, ipcRenderer } from "electron";
import { autoUpdater } from "electron-updater";
import { watchFile, unwatchFile } from "fs";
import { join } from "path";
import { FilePathExecutionArgumentValidator } from "./execution-argument-validators/file-path-execution-argument-validator";
import { ExecutionService } from "./execution-service";
Expand All @@ -14,7 +13,6 @@ import { WindowHelpers } from "./helpers/winow-helpers";
import { ExecutionArgumentValidatorExecutorCombinationManager } from "./execution-argument-validator-executor-combination-manager";
import { InputValidatorSearcherCombinationManager } from "./input-validator-searcher-combination-manager";
import { UeliHelpers } from "./helpers/ueli-helpers";
import { WebUrlExecutor } from "./executors/web-url-executor";
import { defaultConfig } from "./default-config";
import { ConfigFileRepository } from "./config-file-repository";
import { CountManager } from "./count-manager";
Expand Down

0 comments on commit d6ac920

Please sign in to comment.