mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fix: remove import 'process'
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
import path from 'node:path';
|
||||
import url from 'node:url';
|
||||
import fs from 'node:fs';
|
||||
import process from 'node:process';
|
||||
|
||||
import {
|
||||
BrowserWindow,
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
import process from 'node:process';
|
||||
|
||||
import is from 'electron-is';
|
||||
import {
|
||||
app,
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
import process from 'node:process';
|
||||
|
||||
import { contextBridge, ipcRenderer, IpcRendererEvent } from 'electron';
|
||||
import is from 'electron-is';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user