Skip to content

Commit b8757de

Browse files
committed
fixed dialog import
1 parent 4d1fcae commit b8757de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/common/enterprise-util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import {dialog} from "electron/main";
12
import fs from "node:fs";
23
import path from "node:path";
34
import process from "node:process";
45

5-
import {dialog} from "@electron/remote";
66
import {z} from "zod";
77

88
import {enterpriseConfigSchemata} from "./config-schemata.js";

0 commit comments

Comments
 (0)