dont change import

This commit is contained in:
Abhinav 2022-08-26 14:47:45 +05:30
parent 101a7f6b65
commit b7a8bcc434

View file

@ -1,4 +1,4 @@
import { ipcRenderer } from 'electron';
import { ipcRenderer } from 'electron/renderer';
import path from 'path';
import { existsSync, mkdir, rmSync } from 'promise-fs';
import { DiskCache } from '../services/diskCache';