aboutsummaryrefslogtreecommitdiff
path: root/src/utils/index.ts
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2023-05-05 16:48:35 +0200
committerVendicated <vendicated@riseup.net>2023-05-05 16:57:58 +0200
commit244d10dc9eafe5b9daf266e3a3880c888e4de540 (patch)
tree7be248df0997a861637efdeae209d7c578fac160 /src/utils/index.ts
parentc25bc0ff4b597131ed223fd5c1a8cf75ac5282e3 (diff)
downloadVencord-244d10dc9eafe5b9daf266e3a3880c888e4de540.tar.gz
Vencord-244d10dc9eafe5b9daf266e3a3880c888e4de540.tar.bz2
Vencord-244d10dc9eafe5b9daf266e3a3880c888e4de540.zip
[skip ci] Fix handleComponentFailed spam
Diffstat (limited to 'src/utils/index.ts')
-rw-r--r--src/utils/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/index.ts b/src/utils/index.ts
index 98e923f..6723a70 100644
--- a/src/utils/index.ts
+++ b/src/utils/index.ts
@@ -25,7 +25,7 @@ export * from "./margins";
export * from "./misc";
export * as Modals from "./modal";
export * from "./onceDefined";
+export * from "./onlyOnce";
export * from "./proxyLazy";
export * from "./Queue";
export * from "./text";
-