update app import
This commit is contained in:
parent
8993c9524e
commit
a131bcf198
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const { remote, ipcRenderer, shell } = require("electron");
|
|||
const path = require("path");
|
||||
const { download } = remote.require("electron-dl");
|
||||
const fs = remote.require("fs");
|
||||
const { lbrySettings: config } = require("../../../app/package.json");
|
||||
const { lbrySettings: config } = require("../../../../app/package.json");
|
||||
|
||||
export function doOpenModal(modal, modalProps = {}) {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue