diff options
author | V <vendicated@riseup.net> | 2023-06-21 21:50:21 +0200 |
---|---|---|
committer | V <vendicated@riseup.net> | 2023-06-21 21:50:28 +0200 |
commit | 92113da7c0d89c595310d79fdcdfc657b21a2ad5 (patch) | |
tree | 8fde5bd22eeb33863bfcebba2058675119a0b718 /src | |
parent | 96f30a535900d2b90047c47fb04d33649712d519 (diff) | |
download | Vencord-92113da7c0d89c595310d79fdcdfc657b21a2ad5.tar.gz Vencord-92113da7c0d89c595310d79fdcdfc657b21a2ad5.tar.bz2 Vencord-92113da7c0d89c595310d79fdcdfc657b21a2ad5.zip |
Fix Vencord Web
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/index.ts b/src/utils/index.ts index ff836df..90bf860 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"; |