We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1fcae commit b8757deCopy full SHA for b8757de
app/common/enterprise-util.ts
@@ -1,8 +1,8 @@
1
+import {dialog} from "electron/main";
2
import fs from "node:fs";
3
import path from "node:path";
4
import process from "node:process";
5
-import {dialog} from "@electron/remote";
6
import {z} from "zod";
7
8
import {enterpriseConfigSchemata} from "./config-schemata.js";
0 commit comments