mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-22 01:58:54 +00:00
ESLint: scrap unused var
This commit is contained in:
parent
ec0c1461ee
commit
8d3396acc3
@ -28,11 +28,7 @@ import {
|
||||
PLAYWRIGHT_CONFIG,
|
||||
safeGetEnv,
|
||||
} from './helpers/playwrightHelpers';
|
||||
import { setupNativefierWindow } from './helpers/windowEvents';
|
||||
import {
|
||||
OutputOptions,
|
||||
outputOptionsToWindowOptions,
|
||||
} from '../../shared/src/options/model';
|
||||
import { OutputOptions } from '../../shared/src/options/model';
|
||||
|
||||
// Entrypoint for Squirrel, a windows update framework. See https://github.com/nativefier/nativefier/pull/744
|
||||
if (require('electron-squirrel-startup')) {
|
||||
|
Loading…
Reference in New Issue
Block a user