From 3ff7341cb347de4cdcd43fdf45eab6c3bfcf76a8 Mon Sep 17 00:00:00 2001 From: Prostarz Date: Sat, 23 Nov 2024 04:20:44 +0000 Subject: [PATCH] Update index.ts --- src/hooks/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/index.ts b/src/hooks/index.ts index 171ffb1..e133f00 100644 --- a/src/hooks/index.ts +++ b/src/hooks/index.ts @@ -1,5 +1,5 @@ export * from "./useAppStartup"; -export * from "./usedebounce"; +export * from "./useDebounce"; export * from "./useLogger"; export * from "./useMapState"; export * from "./usePluginActions";