Browse Source

app: remove unused import

Jeffrey Morgan 1 năm trước cách đây
mục cha
commit
952abe029b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 { analytics, id } from './telemetry'
-import { installed, install } from './install'
+import { installed } from './install'
 
 require('@electron/remote/main').initialize()