From 23b87a671eb6c1aed1547901e09cdd3dc9fb4c85 Mon Sep 17 00:00:00 2001 From: Damon Yu Date: Wed, 20 Nov 2024 17:19:10 +0800 Subject: [PATCH] chore imports --- index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 79b11a2..eb8cad9 100644 --- a/index.js +++ b/index.js @@ -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;