From e2daf7f81789c54b23ade72bd164492e7304d375 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 2 Nov 2023 15:33:29 +0100 Subject: feat(hooks): add an useTimeout hook --- src/utils/hooks/use-timeout/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/utils/hooks/use-timeout/index.ts (limited to 'src/utils/hooks/use-timeout/index.ts') diff --git a/src/utils/hooks/use-timeout/index.ts b/src/utils/hooks/use-timeout/index.ts new file mode 100644 index 0000000..70006dc --- /dev/null +++ b/src/utils/hooks/use-timeout/index.ts @@ -0,0 +1 @@ +export * from './use-timeout'; -- cgit v1.2.3