We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc9f08 commit 7ba91b7Copy full SHA for 7ba91b7
apps/desktop/src/main.ts
@@ -8,11 +8,10 @@ import tray from "@triliumnext/server/src/services/tray.js";
8
import options from "@triliumnext/server/src/services/options.js";
9
import electronDebug from "electron-debug";
10
import electronDl from "electron-dl";
11
-import { deferred } from "@triliumnext/server/src/services/utils.js";
12
import { PRODUCT_NAME } from "./app-info";
13
import port from "@triliumnext/server/src/services/port.js";
14
import { join } from "path";
15
-import { LOCALES } from "../../../packages/commons/src";
+import { deferred, LOCALES } from "../../../packages/commons/src";
16
17
async function main() {
18
const userDataPath = getUserData();
0 commit comments