Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCleric committed Aug 4, 2023
1 parent b62faab commit ced8e25
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/src/components/contextMenu.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import {
BrowserWindow,
ContextMenuParams,
} from 'electron';
import { BrowserWindow, ContextMenuParams } from 'electron';
import contextMenu from 'electron-context-menu';

import { nativeTabsSupported, openExternal } from '../helpers/helpers';
import * as log from '../helpers/loggingHelper';
import { setupNativefierWindow } from '../helpers/windowEvents';
import { createNewTab, createNewWindow } from '../helpers/windowHelpers';
import { createNewWindow } from '../helpers/windowHelpers';
import {
OutputOptions,
outputOptionsToWindowOptions,
Expand Down

0 comments on commit ced8e25

Please sign in to comment.