Skip to content

Commit

Permalink
chore imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonYu6 committed Nov 20, 2024
1 parent 2c5d66b commit 23b87a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import process from 'node:process';
import path from 'node:path';
import {
import electron, {
app,
ipcMain,
shell,
} from 'electron'; // eslint-disable-line import/no-duplicates
import electron from 'electron'; // eslint-disable-line import/no-duplicates
} from 'electron';
import Conf from 'conf';

let isInitialized = false;
Expand Down

0 comments on commit 23b87a6

Please sign in to comment.