aboutsummaryrefslogtreecommitdiff
path: root/src/utils/index.ts
diff options
context:
space:
mode:
authorV <vendicated@riseup.net>2023-06-21 21:04:04 +0200
committerV <vendicated@riseup.net>2023-06-21 21:04:04 +0200
commitceb1f1518828ff2254373026732ba8f4c50030e0 (patch)
tree7ccf8413fc1da23a2242db6456c600d4674bc57e /src/utils/index.ts
parent626eb3613e56d3d24ed707a69049c182061691e8 (diff)
downloadVencord-ceb1f1518828ff2254373026732ba8f4c50030e0.tar.gz
Vencord-ceb1f1518828ff2254373026732ba8f4c50030e0.tar.bz2
Vencord-ceb1f1518828ff2254373026732ba8f4c50030e0.zip
utils: export missing members
Diffstat (limited to 'src/utils/index.ts')
-rw-r--r--src/utils/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/index.ts b/src/utils/index.ts
index fd15f3d..ff836df 100644
--- a/src/utils/index.ts
+++ b/src/utils/index.ts
@@ -31,4 +31,6 @@ export * from "./onceDefined";
export * from "./onlyOnce";
export * from "./patches";
export * from "./Queue";
+export * from "./react";
+export * from "./settingsSync";
export * from "./text";