Fix imports on Linux

This commit is contained in:
smartfridge 2021-05-21 21:36:13 +02:00 committed by GitHub
parent 1307123fd8
commit 9145f8f233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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", () => {