Skip to content

Commit

Permalink
fixed dialog import
Browse files Browse the repository at this point in the history
  • Loading branch information
sammamama committed Feb 3, 2025
1 parent 4d1fcae commit b8757de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/common/enterprise-util.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {dialog} from "electron/main";
import fs from "node:fs";
import path from "node:path";
import process from "node:process";

import {dialog} from "@electron/remote";
import {z} from "zod";

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

0 comments on commit b8757de

Please sign in to comment.