aboutsummaryrefslogtreecommitdiff
path: root/src/Vencord.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/Vencord.ts')
-rw-r--r--src/Vencord.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Vencord.ts b/src/Vencord.ts
index b0ff540..3a405b2 100644
--- a/src/Vencord.ts
+++ b/src/Vencord.ts
@@ -9,4 +9,4 @@ import { waitFor } from "./webpack";
export let Components;
-waitFor("useState", () => setTimeout(() => import("./components").then(mod => Components = mod), 0)); \ No newline at end of file
+waitFor("useState", () => setTimeout(() => import("./components").then(mod => Components = mod), 0));