From 92113da7c0d89c595310d79fdcdfc657b21a2ad5 Mon Sep 17 00:00:00 2001 From: V Date: Wed, 21 Jun 2023 21:50:21 +0200 Subject: [PATCH] Fix Vencord Web --- src/utils/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index ff836df6..90bf8608 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -32,5 +32,4 @@ export * from "./onlyOnce"; export * from "./patches"; export * from "./Queue"; export * from "./react"; -export * from "./settingsSync"; export * from "./text";