diff options
Diffstat (limited to 'src/ipcMain/constants.ts')
-rw-r--r-- | src/ipcMain/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcMain/constants.ts b/src/ipcMain/constants.ts index 18726fc..7133757 100644 --- a/src/ipcMain/constants.ts +++ b/src/ipcMain/constants.ts @@ -16,8 +16,8 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import { join } from "path"; import { app } from "electron"; +import { join } from "path"; export const DATA_DIR = process.env.VENCORD_USER_DATA_DIR ?? ( process.env.DISCORD_USER_DATA_DIR |