mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 10:41:02 -08:00
lint: auto remove unused var
This commit is contained in:
parent
ec2b524d43
commit
32f8d1d025
17 changed files with 109 additions and 15 deletions
|
|
@ -9,7 +9,6 @@ import { ipcMain, protocol, powerMonitor, app } from 'electron';
|
|||
import settings from 'electron-settings';
|
||||
import unhandled from 'electron-unhandled';
|
||||
|
||||
import { clearMainBindings } from '@services/libs/i18n/i18nMainBindings';
|
||||
import { buildLanguageMenu } from '@services/menu/buildLanguageMenu';
|
||||
import { MainChannel } from '@/constants/channels';
|
||||
import { isTest } from '@/constants/environment';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue