Skip to content

Commit

Permalink
chore: missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Jul 23, 2024
1 parent 9f3ce19 commit bb7811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const http = require('http');
const AdmZip = require('adm-zip');
const { TRAY_ICONS, TRAY_ICONS_PATHS } = require('./icons');

const { Env } = require('./install');
const {setupDarwin, setupUbuntu, Env } = require('./install');

const { paths } = require('./constants');
const { killProcesses } = require('./processes');
Expand Down

0 comments on commit bb7811a

Please sign in to comment.