Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMocha committed Jul 7, 2024
1 parent 9a69800 commit 28f9e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

'use strict';
const { ipcRenderer } = require('electron');
const { ipcRenderer, dialog, shell, app } = require('electron');
const os = require('os');
import { config } from './utils.js';

Expand Down

0 comments on commit 28f9e84

Please sign in to comment.