Browse Source

app: remove unused import

Jeffrey Morgan 1 year ago
parent
commit
952abe029b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/index.ts

+ 1 - 1
app/src/index.ts

@@ -6,7 +6,7 @@ import 'winston-daily-rotate-file'
 import * as path from 'path'
 import * as path from 'path'
 
 
 import { analytics, id } from './telemetry'
 import { analytics, id } from './telemetry'
-import { installed, install } from './install'
+import { installed } from './install'
 
 
 require('@electron/remote/main').initialize()
 require('@electron/remote/main').initialize()