From df12de3f810f697dba38d6495135659c00f20b48 Mon Sep 17 00:00:00 2001 From: en Date: Fri, 14 Feb 2025 13:02:38 +0100 Subject: [PATCH] refactor(hooks): include useTextLimit hook in index file --- src/hooks/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/index.ts b/src/hooks/index.ts index b397cf6..28d616d 100644 --- a/src/hooks/index.ts +++ b/src/hooks/index.ts @@ -12,3 +12,4 @@ export * from './useLocalStorage' export * from './useSessionStorage' export * from './useLocalCache' export * from './useReplies' +export * from './useTextLimit'