app: remove unused import
This commit is contained in:
parent
f923855906
commit
952abe029b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import 'winston-daily-rotate-file'
|
|||
import * as path from 'path'
|
||||
|
||||
import { analytics, id } from './telemetry'
|
||||
import { installed, install } from './install'
|
||||
import { installed } from './install'
|
||||
|
||||
require('@electron/remote/main').initialize()
|
||||
|
||||
|
|
Loading…
Reference in a new issue