aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/src/hooks/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web-util/src/hooks/index.ts')
-rw-r--r--packages/web-util/src/hooks/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/web-util/src/hooks/index.ts b/packages/web-util/src/hooks/index.ts
new file mode 100644
index 000000000..f18d61b9c
--- /dev/null
+++ b/packages/web-util/src/hooks/index.ts
@@ -0,0 +1,3 @@
+
+export { useLang } from "./useLang.js";
+export { useLocalStorage, useNotNullLocalStorage } from "./useLocalStorage.js" \ No newline at end of file