From 2f3f2ae7f098376f535e5aa993c9eedc14e36f5d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 22 Mar 2024 02:33:33 +0530 Subject: Upgrade node modules --- src/electron/ipc-api/download.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/electron/ipc-api/download.ts') diff --git a/src/electron/ipc-api/download.ts b/src/electron/ipc-api/download.ts index 44eec9fc1..d749cb889 100644 --- a/src/electron/ipc-api/download.ts +++ b/src/electron/ipc-api/download.ts @@ -1,5 +1,5 @@ -import { PathLike } from 'node:fs'; -import { ipcMain, dialog, BrowserWindow } from 'electron'; +import type { PathLike } from 'node:fs'; +import { BrowserWindow, dialog, ipcMain } from 'electron'; import { download } from 'electron-dl'; import { writeFileSync } from 'fs-extra'; -- cgit v1.2.3-54-g00ecf