From 71a60a0359eda13221f2314c0b1c33c86f240fd3 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Fri, 16 Sep 2022 22:59:34 +0200 Subject: Add .editorconfig; reformat project --- src/Vencord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Vencord.ts') 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)); -- cgit