From 9145f8f2331bebd4fa89ca6cdd8cfcc1cbb443a4 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Fri, 21 May 2021 21:36:13 +0200 Subject: [PATCH] Fix imports on Linux --- utils/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/theme.js b/utils/theme.js index a6d62b0..c515406 100644 --- a/utils/theme.js +++ b/utils/theme.js @@ -1,5 +1,5 @@ const fs = require("fs"); -const armcord = require("./armcord.js"); +const armcord = require("./ArmCord.js"); const themeFolder = __dirname + "/themes/"; window.addEventListener("DOMContentLoaded", () => {