last files transformed from js -> ts

This commit is contained in:
2023-05-07 16:13:30 +02:00
parent 21d6e57cb9
commit a1c02dfed3
12 changed files with 22 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
import remote from "@electron/remote";
import { ipcRenderer, shell } from "electron";
import globalEvents from "../../constants/globalEvents";
import { globalEvents } from "../../constants/globalEvents";
import { settings } from "../../constants/settings";
import { settingsStore } from "./../../scripts/settings";