Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Aug 18, 2021
1 parent b003526 commit 1b2597c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node/desktop/src/main/context-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
*
*/

import { BrowserWindow, clipboard, dialog, Menu, nativeImage, webContents } from 'electron';
import path = require('path');
import { BrowserWindow, clipboard, dialog, Menu } from 'electron';
import path from 'path';

type ContextMenuItem = Electron.MenuItem | Electron.MenuItemConstructorOptions;

Expand Down

0 comments on commit 1b2597c

Please sign in to comment.