Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Sep 26, 2024
1 parent 001c872 commit ceaeb26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions electron-app/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Menu, Tray, app, nativeImage, dialog, shell } from 'electron';
import { Menu, Tray, app, nativeImage, dialog } from 'electron';
import os from 'os';
import path from 'path';
import semver from 'semver';

import { EVENTS, eventEmitter, initFileSystemServer } from './sync-agent';
import { killPortProcess } from 'kill-port-process';
Expand Down

0 comments on commit ceaeb26

Please sign in to comment.