fix: remove unused import that prevented building
This commit is contained in:
parent
936f82b5be
commit
b3a58333a9
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ import { app, shell, BrowserWindow, ipcMain } from 'electron'
|
||||||
import { join } from 'path'
|
import { join } from 'path'
|
||||||
import { electronApp, optimizer, is } from '@electron-toolkit/utils'
|
import { electronApp, optimizer, is } from '@electron-toolkit/utils'
|
||||||
import icon from '../../resources/icon.png?asset'
|
import icon from '../../resources/icon.png?asset'
|
||||||
import { Sound } from './types'
|
|
||||||
|
|
||||||
let crawlerWindow: BrowserWindow
|
let crawlerWindow: BrowserWindow
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue