diff options
Diffstat (limited to 'src/utils/index.ts')
-rw-r--r-- | src/utils/index.ts | 2 |
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"; |