4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
import { ipcRenderer } from "electron";
|
|
import { GET_PRELOAD_FILE } from "../shared/IpcEvents";
|
|
|
|
require(ipcRenderer.sendSync(GET_PRELOAD_FILE));
|