mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Fix imports on Linux
This commit is contained in:
parent
1307123fd8
commit
9145f8f233
1 changed files with 1 additions and 1 deletions
|
@ -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", () => {
|
||||
|
|
Loading…
Reference in a new issue